diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index 3c1f1032..00000000 --- a/babel.config.js +++ /dev/null @@ -1,19 +0,0 @@ -module.exports = { - ignore: [/\.pnp\.c?js/], - presets: [ - [ - "@babel/preset-env", - { - loose: true, - targets: { - node: "6.9", - }, - }, - ], - ], - env: { - test: { - plugins: ["istanbul"], - }, - }, -}; diff --git a/babel.config.json b/babel.config.json new file mode 100644 index 00000000..1eae7b6f --- /dev/null +++ b/babel.config.json @@ -0,0 +1,15 @@ +{ + "presets": [ + ["@babel/preset-env", { + "loose": true, + "targets": { + "node": "6.9" + } + }] + ], + "env": { + "test": { + "plugins": ["istanbul"] + } + } +} diff --git a/package.json b/package.json index ac73ad89..39b1ac4b 100644 --- a/package.json +++ b/package.json @@ -121,10 +121,5 @@ "node ./scripts/yarn-install.js", "git add yarn.lock" ] - }, - "dependenciesMeta": { - "react-intl@3.12.1": { - "unplugged": true - } } } diff --git a/yarn.lock b/yarn.lock index c5a354cb..45c75ac9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2133,9 +2133,6 @@ __metadata: peerDependencies: "@babel/core": ^7.0.0 webpack: ">=2" - dependenciesMeta: - react-intl@3.12.1: - unplugged: true languageName: unknown linkType: soft