fix: remove webpack-only Next.js config

This commit is contained in:
Nyk 2026-03-05 23:01:00 +07:00
parent 008bba4afb
commit 0cb505cd59
1 changed files with 0 additions and 10 deletions

View File

@ -36,16 +36,6 @@ const nextConfig = {
]; ];
}, },
webpack: (config) => {
config.resolve.fallback = {
...config.resolve.fallback,
net: false,
os: false,
fs: false,
path: false,
};
return config;
},
}; };
module.exports = nextConfig; module.exports = nextConfig;