fix #2470
@@ -259,7 +259,8 @@ function createMinifiedConfig(format) {
compress: {
ecma: 2015,
pure_getters: true
- }
+ },
+ safari10: true
})
]
)