Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit 1cba3ec

Browse files
chore(debug): disable uglify in production build for time being
1 parent 79ca196 commit 1cba3ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack.config.prod.js

+2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ var config = {
9393
}),
9494

9595
// Minimize scripts
96+
/*
9697
new webpack.optimize.UglifyJsPlugin(),
98+
*/
9799

98100
// Only emit files when there are no errors
99101
new webpack.NoEmitOnErrorsPlugin(),

0 commit comments

Comments
 (0)