From 364b7f3c8045ab9a7620381e6dac82465e810043 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Tue, 21 Jul 2020 21:15:28 +0300 Subject: [PATCH] Fix duplication of the codejs --- babel.config.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/babel.config.js b/babel.config.js index b2ed417..3d3d37a 100644 --- a/babel.config.js +++ b/babel.config.js @@ -29,12 +29,7 @@ module.exports = function (api) { '@babel/plugin-proposal-function-bind', '@babel/plugin-proposal-class-properties', '@babel/plugin-proposal-optional-chaining', - [ - '@babel/plugin-transform-runtime', - { - corejs: 3, - }, - ], + '@babel/plugin-transform-runtime', [ 'react-intl-auto', {