babel-minify-webpack-plugin icon indicating copy to clipboard operation
babel-minify-webpack-plugin copied to clipboard

"parallel" options to leverage multiple cores [feature request]

Open damianobarbati opened this issue 7 years ago • 0 comments

Dealing with webpack@4 migration and investigating uglify-es I noted the following: https://github.com/webpack-contrib/uglifyjs-webpack-plugin#parallel

Would this feature be possible too here? I'm not sure whether it really means any improvement when minifying a "unique" big bundle or if it's just intended as parallel minifying of "smaller independent bundles/chunks".

damianobarbati avatar Feb 25 '18 13:02 damianobarbati