camelaissani / rollup-plugin-closure-compiler-js

Rollup plugin for optimizing JavaScript with google-closure-compiler-js.
MIT License
31 stars 5 forks source link

Allow caller to set flags #4

Closed tschaub closed 7 years ago

tschaub commented 7 years ago

I'd like to be able to configure the compiler with processCommonJsModules: false.

Let me know if you think this should be handled a different way.

camelaissani commented 7 years ago

Well done! I'll merge it.

camelaissani commented 7 years ago

v1.0.3 contains your PR. Thanks for your contribution.

tschaub commented 7 years ago

Thanks for the handy plugin.