fusebox-closure-plugin
v0.0.9
Published
[![NPM](https://nodei.co/npm/fusebox-closure-plugin.png)](https://nodei.co/npm/fusebox-closure-plugin/) [![Build Status](https://travis-ci.org/matthiasak/fusebox-closure-plugin.svg?branch=master)](https://travis-ci.org/matthiasak/fusebox-closure-plugin) !
Downloads
12
Readme
Fusebox Google Closure Compiler Plugin
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?
- 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
Authors
- Matthew Keas, @matthiasak. Need help / support? Create an issue or ping on Twitter.