This repository has been archived on 2022-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
react-template/.svgrrc.js

10 lines
149 B
JavaScript

module.exports = {
prettier: false,
svgo: false,
svgoConfig: {
plugins: [{ removeViewBox: false }],
},
titleProp: true,
ref: true,
}