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