We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb3524 commit 715ca83Copy full SHA for 715ca83
1 file changed
apps/nextjs/next.config.mjs
@@ -13,15 +13,6 @@ const nextConfig = {
13
{ hostname: "lh3.googleusercontent.com" },
14
],
15
},
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
- },
25
};
26
27
const withNextIntl = createNextIntlPlugin("./common/i18n/request.ts");
0 commit comments