remove dedupe plugin
This commit is contained in:
parent
b740fef8fe
commit
ce51eeca8c
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ const plugins = [
|
|||
const externals = ["bindings"] // work around bindings.js error
|
||||
|
||||
if (NODE_ENV === 'production') {
|
||||
plugins.push(new webpack.optimize.DedupePlugin())
|
||||
plugins.push(new webpack.optimize.UglifyJsPlugin({
|
||||
compress: { warnings: false }
|
||||
}))
|
||||
|
|
Loading…
Reference in a new issue