Closed
Description
I've started having problems to compile my build when --optimize-minimize
is enabled.
I see that I've reached +/-205 build modules, and then the compilation gets stuck at 80% optimize chunk assets
for a very long time (+40minutes).
If I wait enough, it ends up node failing with "fatal error: js allocation failed - process out of memory"
I guess it has to do with the uglifyjs plugin as I said this only happens when using --optimize-minime
flag (When compiling through my grunt task, this also fails).