From 67ff93e640acf3d1308bb71279ecaf9adddef29b Mon Sep 17 00:00:00 2001 From: diced Date: Fri, 26 Aug 2022 20:38:31 -0700 Subject: [PATCH] fix: remove useless webpack cofnig --- next.config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/next.config.js b/next.config.js index aea67bbb9..09d99c922 100644 --- a/next.config.js +++ b/next.config.js @@ -11,14 +11,6 @@ module.exports = { }, ]; }, - webpack(config) { - config.resolve.fallback = { - ...config.resolve.fallback, - fs: false, // the solution - }; - - return config; - }, poweredByHeader: false, reactStrictMode: true, }; \ No newline at end of file