We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c7163 commit ec10b92Copy full SHA for ec10b92
src/ui/next.config.ts
@@ -4,7 +4,7 @@ const nextConfig: NextConfig = {
4
output: 'export',
5
webpack(config) {
6
// Grab the existing rule that handles SVG imports
7
- const fileLoaderRule = config.module.rules.find((rule) =>
+ const fileLoaderRule = config.module.rules.find((rule: any) =>
8
rule.test?.test?.('.svg')
9
);
10
0 commit comments