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.
2 parents 151a053 + 8392cd1 commit 2108fe4Copy full SHA for 2108fe4
build/webpack.prod.conf.js
@@ -28,6 +28,8 @@ config.plugins = (config.plugins || []).concat([
28
}),
29
30
new UglifyJSPlugin({
31
+ sourceMap: true,
32
+
33
compress: {
34
warnings: false,
35
drop_debugger: true,
@@ -51,4 +53,4 @@ config.plugins = (config.plugins || []).concat([
51
53
new webpack.optimize.OccurrenceOrderPlugin(),
52
54
])
55
-module.exports = config
56
+module.exports = config
0 commit comments