mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
set removeViewBox: false on svgo
This commit is contained in:
@@ -107,7 +107,11 @@ module.exports = {
|
||||
{
|
||||
loader: 'svgo-loader',
|
||||
options: {
|
||||
plugins: [{ convertStyleToAttrs: true }, { removeTitle: true }]
|
||||
plugins: [
|
||||
{ removeViewBox: false },
|
||||
{ convertStyleToAttrs: true },
|
||||
{ removeTitle: true }
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user