From b53cf6878bacbff1b6bd3ba98e04da515867da4a Mon Sep 17 00:00:00 2001 From: Yan Labarthe Date: Mon, 4 Sep 2023 11:03:46 +0200 Subject: [PATCH] removingOldLogicThatSlowedProject --- next.config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/next.config.js b/next.config.js index d2fa5073c..a9b57e513 100644 --- a/next.config.js +++ b/next.config.js @@ -12,14 +12,6 @@ module.exports = { }); return config; }, - webpackDevMiddleware: (config) => { - // Enable hot reloading - config.watchOptions = { - poll: 1000, - aggregateTimeout: 300, - }; - return config; - }, experimental: { esmExternals: false }, eslint: { // ESLint is already called before building with nextJS. So no need here.