diff --git a/babel.config.js b/babel.config.js index 159768c3a..2d684880b 100644 --- a/babel.config.js +++ b/babel.config.js @@ -28,12 +28,6 @@ module.exports = (api) => { case 'production': config.plugins.push(...[ 'lodash', - [ - { - mode: 'remove', - removeImport: true, - }, - ], '@babel/transform-react-inline-elements', [ '@babel/transform-runtime',