Skip to content

Commit

Permalink
Merge pull request #680 from parlemonde/RemovingHotReloadMiddleware
Browse files Browse the repository at this point in the history
removingOldLogicThatSlowedProject
  • Loading branch information
YanLabarthe authored Sep 4, 2023
2 parents 490f3b1 + b53cf68 commit 7b39a35
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7b39a35

Please sign in to comment.