mirror of
https://github.com/HackPlan/UUI.git
synced 2026-04-30 11:02:32 +08:00
7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
module.exports = {
|
|
svgoConfig: {
|
|
plugins: {
|
|
removeViewBox: false
|
|
}
|
|
}
|
|
}; |