diff --git a/webpack.parts.js b/webpack.parts.js index f071984..23417c6 100644 --- a/webpack.parts.js +++ b/webpack.parts.js @@ -60,14 +60,7 @@ const addSVGSpritemapPlugin = (iconsPath, isProd) => { svgo: isProd ? { plugins: [ - { - convertColors: { - currentColor: true, - }, - addAttributesToSVGElement: { - attributes: { fill: "currentColor" }, - }, - }, + ], } : false,