mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
set removeViewBox: false on svgo
This commit is contained in:
@@ -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 }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user