From: GU Yiling Date: Wed, 2 Dec 2020 19:23:13 +0000 (+0800) Subject: fix(build): enable safari10 option for terser (#2472) X-Git-Tag: v3.0.4~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20a704fc043b29c3c9baac602211c595ede728cf;p=thirdparty%2Fvuejs%2Fcore.git fix(build): enable safari10 option for terser (#2472) fix #2470 --- diff --git a/rollup.config.js b/rollup.config.js index 67856f135b..7c5cc05c55 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -259,7 +259,8 @@ function createMinifiedConfig(format) { compress: { ecma: 2015, pure_getters: true - } + }, + safari10: true }) ] )