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