set removeViewBox: false on svgo
This commit is contained in:
parent
8d658dc159
commit
a2aca89550
1 changed files with 5 additions and 1 deletions
|
@ -107,7 +107,11 @@ module.exports = {
|
|||
{
|
||||
loader: 'svgo-loader',
|
||||
options: {
|
||||
plugins: [{ convertStyleToAttrs: true }, { removeTitle: true }]
|
||||
plugins: [
|
||||
{ removeViewBox: false },
|
||||
{ convertStyleToAttrs: true },
|
||||
{ removeTitle: true }
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue