Update Next.js config.

This commit is contained in:
Jayden Seric 2021-05-26 10:30:37 +10:00
parent 62ff3b6615
commit e3faca325a

View File

@ -6,4 +6,8 @@ module.exports = {
locales: ['en-US'],
defaultLocale: 'en-US',
},
reactStrictMode: true,
future: {
webpack5: true,
},
};