diff options
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js index 004c14b5119..aeaa21291ad 100644 --- a/babel.config.js +++ b/babel.config.js @@ -7,7 +7,9 @@ module.exports = { [ '@babel/preset-env', { - modules: false + modules: false, + corejs: 3, + useBuiltIns: false, } ] ] |