fix(build): enable safari10 option for terser (#2472)

fix #2470
This commit is contained in:
GU Yiling 2020-12-03 03:23:13 +08:00 committed by GitHub
parent eaf8a67c72
commit 20a704fc04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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