diff --git a/.babelrc b/babel.config.js similarity index 97% rename from .babelrc rename to babel.config.js index f75a9f82ef..c83be72518 100644 --- a/.babelrc +++ b/babel.config.js @@ -1,4 +1,4 @@ -{ +module.exports = { "sourceMaps": "inline", "presets": [ ["@babel/preset-env", { @@ -23,4 +23,4 @@ "@babel/plugin-syntax-dynamic-import", "@babel/plugin-transform-runtime" ] -} +};