We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef52d98 commit 9f9aa23Copy full SHA for 9f9aa23
build/webpack.release.min.js
@@ -3,12 +3,10 @@ var webpack = require('webpack')
3
4
config.output.filename = config.output.filename.replace(/\.js$/, '.min.js')
5
6
-delete config.devtool
7
-
8
config.plugins = [
9
new webpack.optimize.ModuleConcatenationPlugin(),
10
new webpack.optimize.UglifyJsPlugin({
11
- sourceMap: false,
+ sourceMap: true,
12
compress: {
13
warnings: false
14
}
0 commit comments