From 948451448fcf58efa419ac40b85ae1efe730030c Mon Sep 17 00:00:00 2001 From: Wilson Wang Date: Tue, 4 Feb 2020 13:37:39 -0800 Subject: [PATCH] dropped lodash --- babel.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index edb15a0a..097e7c90 100644 --- a/babel.config.js +++ b/babel.config.js @@ -90,7 +90,6 @@ module.exports = function(api) { removeImport: true, }, ], - require('lodash'), require('@babel/plugin-transform-react-inline-elements'), require('@babel/plugin-transform-react-constant-elements'), ]