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.
1 parent 8c7b6e7 commit 1fa16acCopy full SHA for 1fa16ac
packages/react-scripts/config/webpack.config.prod.js
@@ -299,6 +299,9 @@ module.exports = {
299
// https://github.com/mishoo/UglifyJS2/issues/2011
300
comparisons: false,
301
},
302
+ mangle: {
303
+ safari10: true,
304
+ },
305
output: {
306
comments: false,
307
// Turned on because emoji and regex is not minified properly using default
0 commit comments