ソースを参照

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

fix #2470
GU Yiling 5 年 前
コミット
20a704fc04
1 ファイル変更2 行追加1 行削除
  1. 2 1
      rollup.config.js

+ 2 - 1
rollup.config.js

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