-
Notifications
You must be signed in to change notification settings - Fork 512
Doesn't work with minification. #137
Comments
+1 ERROR in ./main.css |
and when i run in SIMPLE mode, it does return the same string as UglifyJS (since module.exports is back now), but then an error occurs, i think with gcc internal code, Caught error: [Error: xxx.min.css from Closure Compiler
The compiler is waiting for input via stdin.
stdin:1: ERROR - Parse error. primary expression expected
body,blockquote,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,...... |
@quadrupleslap @Maxlufs problem still exists? It yes please provide minimum reproducible test repo, thanks! |
Closing due to inactivity. Please test with latest version and feel free to reopen if still regressions. Also please use official closure plugin https://github.com/webpack-contrib/closure-webpack-plugin. Feel free to feedback. Thanks! |
For example, when using Closure Compiler, the code changes module.exports to module.c, and when this is run with exec (in loader.js), module.exports is an empty object, leading to errors. Is there a way to run the plugin before minification by ClosureCompilerPlugin?
The text was updated successfully, but these errors were encountered: