A webpack plugin to automatically compile Reason before compilation
// webpack.config.js const ReasonPlugin = require('reason-webpack-plugin') module.exports = { // ... plugins: [ // ... new ReasonPlugin() ] }