Skip to content

Commit 715ca83

Browse files
committed
chore(nextjs): simplify next.config.mjs
Remove unused webpack configuration for .web extension resolution.
1 parent 2bb3524 commit 715ca83

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

apps/nextjs/next.config.mjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ const nextConfig = {
1313
{ hostname: "lh3.googleusercontent.com" },
1414
],
1515
},
16-
webpack: (config) => {
17-
config.resolve.extensions = [
18-
".web.tsx",
19-
".web.ts",
20-
".web.js",
21-
...config.resolve.extensions,
22-
];
23-
return config;
24-
},
2516
};
2617

2718
const withNextIntl = createNextIntlPlugin("./common/i18n/request.ts");

0 commit comments

Comments
 (0)