aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/config/webpack.prod.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/config/webpack.prod.js b/client/config/webpack.prod.js
index 98507ff8e..447d47415 100644
--- a/client/config/webpack.prod.js
+++ b/client/config/webpack.prod.js
@@ -159,7 +159,8 @@ module.exports = function (env) {
159 keep_fnames: true 159 keep_fnames: true
160 }, // prod 160 }, // prod
161 compress: { 161 compress: {
162 screw_ie8: true 162 screw_ie8: true,
163 warnings: false
163 }, // prod 164 }, // prod
164 comments: false // prod 165 comments: false // prod
165 }), 166 }),