Skip to content

Commit 577072a

Browse files
committed
Фикс ошибки сбора фронтенда на проде
1 parent d9973a2 commit 577072a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: webpack.parts.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,7 @@ const addSVGSpritemapPlugin = (iconsPath, isProd) => {
6060
svgo: isProd
6161
? {
6262
plugins: [
63-
{
64-
convertColors: {
65-
currentColor: true,
66-
},
67-
addAttributesToSVGElement: {
68-
attributes: { fill: "currentColor" },
69-
},
70-
},
63+
7164
],
7265
}
7366
: false,

0 commit comments

Comments
 (0)