Disable inline 3 option (#5281)

This commit is contained in:
Joe Haddad
2018-10-03 15:43:37 -04:00
committed by GitHub
parent 449a812b1a
commit f166144557

View File

@@ -149,6 +149,11 @@ module.exports = {
// Pending further investigation:
// https://github.com/mishoo/UglifyJS2/issues/2011
comparisons: false,
// Disabled because of an issue with Terser breaking valid code:
// https://github.com/facebook/create-react-app/issues/5250
// Pending futher investigation:
// https://github.com/terser-js/terser/issues/120
inline: 2,
},
mangle: {
safari10: true,