From edbbae2b482389c6435f65f9f7bcb1e06cd1b9be Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 10 Jan 2023 21:36:35 +0000 Subject: [PATCH] Update babel.config.js --- babel.config.js | 6 ------ 1 file changed, 6 deletions(-) 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',