Skip to content

matthiasak/fusebox-closure-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Google closure compiler js plugin for Fuse-box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published