fix some svgs on production

This commit is contained in:
Matteo Pagliazzi
2019-08-20 17:13:35 +02:00
parent e621e781ed
commit 52f9319778

View File

@@ -103,6 +103,7 @@ const baseConfig = {
options: { options: {
plugins: [ plugins: [
{removeViewBox: false}, {removeViewBox: false},
{convertPathData: {noSpaceAfterFlags: false}},
], ],
}, },
}, },
@@ -124,6 +125,7 @@ const baseConfig = {
options: { options: {
plugins: [ plugins: [
{removeViewBox: false}, {removeViewBox: false},
{convertPathData: {noSpaceAfterFlags: false}},
], ],
}, },
}, },