set removeViewBox: false on svgo
This commit is contained in:
parent
8d658dc159
commit
a2aca89550
|
@ -107,7 +107,11 @@ module.exports = {
|
||||||
{
|
{
|
||||||
loader: 'svgo-loader',
|
loader: 'svgo-loader',
|
||||||
options: {
|
options: {
|
||||||
plugins: [{ convertStyleToAttrs: true }, { removeTitle: true }]
|
plugins: [
|
||||||
|
{ removeViewBox: false },
|
||||||
|
{ convertStyleToAttrs: true },
|
||||||
|
{ removeTitle: true }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue