You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit this when the plugin decided to use 'native' Closure but vcredist was missing on a build agent. The .exe was returning a non-zero exit code but no stderr output, and the result was that Webpack reported success but the JS was not minified.
It looks like the compilerProcess error handling logic in the plugin just misses this edge case.
I'll submit a PR shortly.
The text was updated successfully, but these errors were encountered:
I hit this when the plugin decided to use 'native' Closure but vcredist was missing on a build agent. The .exe was returning a non-zero exit code but no stderr output, and the result was that Webpack reported success but the JS was not minified.
It looks like the compilerProcess error handling logic in the plugin just misses this edge case.
I'll submit a PR shortly.
The text was updated successfully, but these errors were encountered: