Files
UUI/.svgrrc.js
2020-09-01 15:47:01 +08:00

7 lines
89 B
JavaScript

module.exports = {
svgoConfig: {
plugins: {
removeViewBox: false
}
}
};