gdborton / webpack-parallel-uglify-plugin

A faster uglifyjs plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whether this configuration is supported:safari10

sw811 opened this issue · comments

new UglifyJsPlugin({
  uglifyOptions: {
    safari10: true
  }
})

@sw811 This package is basically a straight pass through to uglifyJS, it should support all browsers depending on your configuration. It's been a while since I've looked at this, so I'm not familiar with the exact config that you're looking for.