mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 19:27:25 +02:00
🔧 Fix next svg loader config
This commit is contained in:
parent
81ec9ed2a4
commit
a5dd1f6bd9
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ const nextConfig = {
|
|||
rules: {
|
||||
"*.svg": {
|
||||
loaders: ["@svgr/webpack"],
|
||||
as: ".js",
|
||||
as: "*.js",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -32,7 +32,7 @@ const nextConfig = {
|
|||
rules: {
|
||||
"*.svg": {
|
||||
loaders: ["@svgr/webpack"],
|
||||
as: ".js",
|
||||
as: "*.js",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue