mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 02:30:45 +00:00
suppress uglifier warnings
an exclude pattern would be nice, but no dice :(
This commit is contained in:
@@ -116,7 +116,7 @@ var appConfig = _.merge({}, config, {
|
||||
},
|
||||
plugins: config.plugins.concat(DEBUG ? [] : [
|
||||
new webpack.optimize.DedupePlugin(),
|
||||
new webpack.optimize.UglifyJsPlugin(),
|
||||
new webpack.optimize.UglifyJsPlugin({compress: {warnings: false}}),
|
||||
new webpack.optimize.AggressiveMergingPlugin()
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user