From 760e2c2cc1d09b3b38931604156360571e313caf Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 9 Aug 2022 14:12:43 +0200 Subject: [PATCH] [core] Remove outdated Next.js options (#33845) --- docs/next.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/next.config.js b/docs/next.config.js index 7f4ce62205436e..86ee793a5a8c9a 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -33,10 +33,8 @@ module.exports = { }, typescript: { // Motivated by https://github.com/vercel/next.js/issues/7687 - ignoreDevErrors: true, ignoreBuildErrors: true, }, - webpack5: true, webpack: (config, options) => { const plugins = config.plugins.slice();