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
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
The text was updated successfully, but these errors were encountered:
softvar
changed the title
Using --optimize-minimize argument with parallel-webpack
[Webpack 2] Using --optimize-minimize argument with parallel-webpack
May 30, 2017
We don't support most of the webpack related CLI arguments. You need to configure optimization as part of your webpack.config.js.
If we add support for some, we'd need to support all of them and would also have to ensure compatibility. For now we don't intend to support this option.
I tried but failed to minimize my files
parallel-webpack -p=1 --optimize-minimize --progress --colors --watch -- --env.mode=build
&
parallel-webpack -p=1 --progress --colors --watch -- --optimize-minimize --env.mode=build
Any solution?
The text was updated successfully, but these errors were encountered: