diff --git a/next.config.js b/next.config.js index 3ee2c78..a93ab1a 100644 --- a/next.config.js +++ b/next.config.js @@ -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;