1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-11 08:46:20 +00:00

Disable uglify

This commit is contained in:
Junyoung Choi
2018-02-04 00:12:38 +09:00
parent 4418bfe965
commit 8dd82e1a3b

View File

@@ -38,11 +38,6 @@ var config = Object.assign({}, skeleton, {
'NODE_ENV': JSON.stringify('production'),
'BABEL_ENV': JSON.stringify('production')
}
}),
new webpack.optimize.UglifyJsPlugin({
compressor: {
warnings: false
}
})
]
})