rollup-plugin-closure-compiler-js
Rollup plugin for optimizing JavaScript with google-closure-compiler-js.
Install
npm i rollup-plugin-closure-compiler-js -D
Usage
import { rollup } from 'rollup';
import closure from 'rollup-plugin-closure-compiler-js';
rollup({
entry: 'main.js',
plugins: [
closure()
]
});
See closure-compiler-js documentation for more information about options.
License
MIT ©
Rollup Plugin Closure Compiler JS
Rollup Plugin Closure Compiler JS Info
⭐ Stars 31
🔗 Source Code github.com
🕒 Last Update 10 months ago
🕒 Created 6 years ago
🐞 Open Issues 5
➗ Star-Issue Ratio 6
😎 Author camelaissani