Skip to content

Commit 9146bac

Browse files
committed
chore: simplify Next.js configuration by removing experimental features
- Remove the experimental features section from next.config.js to streamline configuration. - Maintain existing settings for trailing slashes and package transpilation. - Ensure module resolution remains intact with updated webpack configuration.
1 parent c5d3532 commit 9146bac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

next.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ const nextConfig = {
77
},
88
trailingSlash: true,
99
transpilePackages: ['@tabler/icons-react'],
10-
experimental: {
11-
// Explicitly define experimental features to prevent conflicts
12-
},
10+
1311
webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => {
1412
// Fix for module resolution
1513
config.resolve.fallback = {

0 commit comments

Comments
 (0)