blutorange / closure-compiler-maven-plugin

Combine and minimize JavaScript with Closure Compiler.
http://blutorange.github.com/closure-compiler-maven-plugin
Apache License 2.0
52 stars 6 forks source link

rewrite_polyfills parameter #32

Closed blutorange closed 5 years ago

blutorange commented 5 years ago

Issue by OzoneGrif Wednesday Sep 27, 2017 at 12:47 GMT Originally opened as https://github.com/samaxes/minify-maven-plugin/issues/151


Hello,

Is it possible to add "rewrite_polyfills=false" to the plugin? I have a case where polyfills are conflicting and I need to handle them manually to avoid issues. Plus, for a project with JS files loaded dynamically, it will be more optimized to have the Polyfill loaded only once.

Thanks!

blutorange commented 5 years ago

Added.