From e3faca325a2e096a2792ca804085925b410df5ae Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Wed, 26 May 2021 10:30:37 +1000 Subject: [PATCH] Update Next.js config. --- app/next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/next.config.js b/app/next.config.js index d546bd7..218a09b 100644 --- a/app/next.config.js +++ b/app/next.config.js @@ -6,4 +6,8 @@ module.exports = { locales: ['en-US'], defaultLocale: 'en-US', }, + reactStrictMode: true, + future: { + webpack5: true, + }, };