gdborton / webpack-parallel-uglify-plugin

A faster uglifyjs plugin.
466 stars 34 forks source link

when compiling, stuck at "92% chunk asset optimization unnamed compat plugin" a few seconds, is this a problem ? #56

Closed isChosen closed 4 years ago

isChosen commented 6 years ago
plugins: [
  new ParallelUglifyPlugin({
      // workerCount: 7,
      uglifyJS: {
        output: {
          beautify: false,
          comments: false
        },
        compress: {
          warnings: false,
          drop_console: true,
          collapse_vars: true,
          reduce_vars: true
        }
      }
    })
]
gdborton commented 4 years ago

@isChosen sorry for the no response, I hope you were able to figure this out. Given the age of this issue, I'm going to close. Feel free to reopen if you'd still like some help.