1
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:
2022-01-12 09:44:31 -05:00
parent 732a870a07
commit e9dfe51863

View File

@ -59,6 +59,7 @@ module.exports = (phase, { defaultConfig }) => {
loader: "@svgr/webpack",
options: {
icon: true,
memo: true,
typescript: true,
svgProps: {
"aria-hidden": true,