fusebox-closure-plugin

0.0.9 • Public • Published

Fusebox Google Closure Compiler Plugin

NPM Build Status

Use it

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)
}

Caught a bug?

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: yarn
  3. Bundle the source code and watch for changes: npm start

Authors

  • Matthew Keas, @matthiasak. Need help / support? Create an issue or ping on Twitter.

Package Sidebar

Install

npm i fusebox-closure-plugin

Weekly Downloads

2

Version

0.0.9

License

MIT

Last publish

Collaborators

  • matthiasak