diff --git a/babel.config.js b/babel.config.cjs similarity index 95% rename from babel.config.js rename to babel.config.cjs index ff0b62922..bf4b93dce 100644 --- a/babel.config.js +++ b/babel.config.cjs @@ -1,4 +1,4 @@ -export default (api) => { +module.exports = (api) => { api.cache(true); const presets = [