yarn add fusebox-closure-plugin
Add to your fusebox plugin list:
const closure = require('fusebox-closure-plugin').default
, dev = process.env.NODE_ENV !== 'production'
, truthy = x => !!x
let config = {
plugins: [
// ...
dev && closure()
].filter(truthy)
}
- Fork this repository to your own GitHub account and then clone it to your local device
- Install the dependencies:
yarn
- Bundle the source code and watch for changes:
npm start
- Matthew Keas, @matthiasak. Need help / support? Create an issue or ping on Twitter.