roman01la / webpack-closure-compiler

[DEPRECATED] Google Closure Compiler plugin for Webpack
MIT License
464 stars 25 forks source link

Allow user to set language_in, language_out, and compilation_level settings #3

Closed jamesbrewerdev closed 8 years ago

jamesbrewerdev commented 8 years ago

Currently, if you try to specify any of language_in, language_out, or compilation_level, they are overwritten before the compiler is run. This makes it impossible to run webpack-closure-compiler using SIMPLE_OPTIMIZATIONS.

This PR fixes that.

roman01la commented 8 years ago

Thanks! I'll add this into the readme and publish a new version.

roman01la commented 8 years ago

Done! Published as v1.1.0 with recent build of Closure Compiler.