diff --git a/webpack/webpack.base.conf.js b/webpack/webpack.base.conf.js index e84fb6d41f..fcc86bc21b 100644 --- a/webpack/webpack.base.conf.js +++ b/webpack/webpack.base.conf.js @@ -103,6 +103,7 @@ const baseConfig = { options: { plugins: [ {removeViewBox: false}, + {convertPathData: {noSpaceAfterFlags: false}}, ], }, }, @@ -124,6 +125,7 @@ const baseConfig = { options: { plugins: [ {removeViewBox: false}, + {convertPathData: {noSpaceAfterFlags: false}}, ], }, },