Skip to content

Commit ec10b92

Browse files
committed
add any type to next config
1 parent 43c7163 commit ec10b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const nextConfig: NextConfig = {
44
output: 'export',
55
webpack(config) {
66
// Grab the existing rule that handles SVG imports
7-
const fileLoaderRule = config.module.rules.find((rule) =>
7+
const fileLoaderRule = config.module.rules.find((rule: any) =>
88
rule.test?.test?.('.svg')
99
);
1010

0 commit comments

Comments
 (0)