gdborton / webpack-parallel-uglify-plugin

A faster uglifyjs plugin.
466 stars 34 forks source link

Plugin doesn't work with webpack v3. #39

Closed lin-hun closed 6 years ago

lin-hun commented 7 years ago

Desc as title. I find that it so fast means not working correctly. image

zhenyong commented 7 years ago

@lin-hun

Official uglifyjs plugin, which now supports parallelization webpack-contrib/uglifyjs-webpack-plugin: UglifyJS plugin for webpack

gdborton commented 7 years ago

You shouldn't have any problems with webpack 3... are you getting any errors?

lin-hun commented 7 years ago

ok, I mean it not make any err & not uglify my code

gdborton commented 6 years ago

@lin-hun Could you create a repository that recreates this problem? We use this daily at Airbnb and haven't had any issues with it.