0.0.9 • Published 7 years ago

fusebox-closure-plugin v0.0.9

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Fusebox Google Closure Compiler Plugin

NPM Build Status npm.io npm.io npm.io npm.io

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.
0.0.9

7 years ago

0.0.8

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago