Enable strict mode

This commit is contained in:
Zoe Roux 2023-11-08 21:08:18 +01:00
parent ead8a44fe0
commit f7375428b6

View File

@ -29,6 +29,7 @@ const suboctopus = path.resolve(path.dirname(require.resolve("jassub")), "../dis
*/
const nextConfig = {
swcMinify: true,
reactStrictMode: true,
output: "standalone",
webpack: (config) => {
config.plugins = [