fix webpack configuration to create source map
This commit is contained in:
parent
b25f0d3ab5
commit
8f912fe8ce
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ module.exports = {
|
||||||
manifestVariable: 'webpackManifest',
|
manifestVariable: 'webpackManifest',
|
||||||
}),
|
}),
|
||||||
new webpack.optimize.UglifyJsPlugin({
|
new webpack.optimize.UglifyJsPlugin({
|
||||||
|
sourceMap: true,
|
||||||
compress: {
|
compress: {
|
||||||
warnings: false
|
warnings: false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue