diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index 124d5b3cbeb..23708af5ae4 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -299,6 +299,9 @@ module.exports = { // https://github.com/mishoo/UglifyJS2/issues/2011 comparisons: false, }, + mangle: { + safari10: true, + }, output: { comments: false, // Turned on because emoji and regex is not minified properly using default