Getting sourcemaps working again

This commit is contained in:
Jeff Avallone 2017-07-29 20:47:04 -04:00
parent 9630b26ed3
commit e2e42e27b4
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ module.exports = {
},
plugins: [
new webpack.optimize.UglifyJsPlugin({
sourceMap: true,
compress: {
warnings: false
}