0.1.0 • Published 7 years ago

rollup-plugin-google-closure-compiler v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

rollup-plugin-google-closure-compiler

Rollup plugin to invoke Google Closure Compiler with Java.

Forked from rikuayanokozy/rollup-plugin-closure-compiler Therefore most credits go to rikuayanokozy

Install

npm install rollup-plugin-google-closure-compiler

Usage

import { rollup } from 'rollup';
import closure from 'rollup-plugin-google-closure-compiler';

rollup({
    entry: 'main.js',
    plugins: [
        closure()
    ]
});

See closure docs for more options.

License

MIT License