webpack-uglify-parallel
webpack-uglify-parallel copied to clipboard
Identical to standard uglify webpack plugin, with an option to build multiple files in parallel
I face the "Cannot read property 'send' of undefined" error as follows. -------- 91% additional asset processing/*****/node_modules/webpack-uglify-parallel/index.js:72 plugin.nextWorker().send({ ^ TypeError: Cannot read property 'send' of undefined at /*****/node_modules/webpack-uglify-parallel/index.js:72:24 at Array.forEach...
not work in vue.js production building on windows os, but work in mac
It would be nice to see a few benchmarks of building open-source real-world applications. Either overall build time or just the time for uglification. (Just an idea 😉)
I want use this code in vue ``` border-bottom: 1px solid #DDD; /*no*/ ``` but /\*no\*/ was deleted
How about compatability/support for [unminified-webpack-plugin](https://github.com/leftstick/unminified-webpack-plugin)?