rollup-plugin-google-closure-compiler

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i rollup-plugin-google-closure-compiler

Weekly Downloads

4

Version

0.1.0

License

MIT

Last publish

Collaborators

  • renehsz