lilei 2 ヶ月 前
コミット
0cbcf1710b
1 ファイル変更3 行追加1 行削除
  1. 3 1
      babel.config.js

+ 3 - 1
babel.config.js

@@ -12,7 +12,9 @@ module.exports = {
     [
       '@babel/preset-env',
       {
-        'useBuiltIns': 'entry'
+        'useBuiltIns': 'entry',
+        'targets': '> 0.25%, not dead',
+        'corejs': 3
       }
     ]
   ],