148
45%
MIT
neglectedWebpack plugin to run BSB on changes

reason-webpack-plugin

A webpack plugin to automatically compile Reason before compilation

Usage

// webpack.config.js
const ReasonPlugin = require('reason-webpack-plugin')

module.exports = {
  // ...
  plugins: [
    // ...
    new ReasonPlugin()
  ]
}