mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-30 23:21:29 -04:00
add memo: true
to svgr config
This commit is contained in:
@ -59,6 +59,7 @@ module.exports = (phase, { defaultConfig }) => {
|
||||
loader: "@svgr/webpack",
|
||||
options: {
|
||||
icon: true,
|
||||
memo: true,
|
||||
typescript: true,
|
||||
svgProps: {
|
||||
"aria-hidden": true,
|
||||
|
Reference in New Issue
Block a user