lilei 1 month ago
parent
commit
0cbcf1710b
1 changed files with 3 additions and 1 deletions
  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
       }
     ]
   ],