From 184ffd1bdca165ca44ad2d620a75f2360b4483cd Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Wed, 19 Jul 2023 11:33:43 -0700 Subject: [PATCH] update svgr webpack config to use svg dimensions --- superset-frontend/webpack.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/superset-frontend/webpack.config.js b/superset-frontend/webpack.config.js index a1516f25b076e..4b354b2bda642 100644 --- a/superset-frontend/webpack.config.js +++ b/superset-frontend/webpack.config.js @@ -419,11 +419,6 @@ const config = { { loader: '@svgr/webpack', options: { - icon: true, - svgo: false, - svgoConfig: { - plugins: [{ removeViewBox: false }], - }, titleProp: true, ref: true, },