mirror of
https://github.com/status-im/status-web.git
synced 2025-02-22 01:08:31 +00:00
10 lines
234 B
JavaScript
10 lines
234 B
JavaScript
/** @type {import('@svgr/core').Config} */
|
|
module.exports = {
|
|
typescript: true,
|
|
jsxRuntime: 'automatic',
|
|
expandProps: 'end',
|
|
filenameCase: 'kebab',
|
|
// note: SVGO transformation is handled in the sync script
|
|
svgo: false,
|
|
}
|