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, + }, };