0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00

fix(console): broken svg (#2522)

This commit is contained in:
Gao Sun 2022-11-24 15:39:31 +08:00 committed by GitHub
parent c5595ee7d3
commit 296f5f357a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View file

@ -0,0 +1,13 @@
{
"plugins": [
{
"name": "preset-default",
"params": {
"overrides": {
"cleanupIDs": false,
"removeViewBox": false
}
}
}
]
}

View file

@ -1,13 +0,0 @@
module.exports = {
plugins: [
{
name: 'preset-default',
params: {
overrides: {
cleanupIDs: false,
removeViewBox: false,
},
},
},
],
};