fix webpack configuration to create source map

This commit is contained in:
Cassie Tarakajian 2018-08-09 16:43:51 -04:00
parent b25f0d3ab5
commit 8f912fe8ce
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ module.exports = {
manifestVariable: 'webpackManifest',
}),
new webpack.optimize.UglifyJsPlugin({
sourceMap: true,
compress: {
warnings: false
}