Skip to content

Commit a60bf3e

Browse files
author
Ron Lucke
committed
disable uglifyer
1 parent 8ff028f commit a60bf3e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

webpack.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ module.exports = {
7979
options: {
8080
}
8181
}),
82-
new webpack.optimize.UglifyJsPlugin({
83-
comments: !isProd,
84-
sourceMap: true
85-
}),
82+
// new webpack.optimize.UglifyJsPlugin({
83+
// comments: !isProd,
84+
// sourceMap: true
85+
// }),
8686
new webpack.DefinePlugin({
8787
'process.env': { NODE_ENV: JSON.stringify(nodeEnv) }
8888
}),

0 commit comments

Comments
 (0)