enable reactStrictMode

This commit is contained in:
ajnart
2023-01-06 01:06:22 +09:00
parent 5c9ab2fd34
commit f55e9c3b3d

View File

@@ -8,7 +8,7 @@ module.exports = withBundleAnalyzer({
images: {
domains: ['cdn.jsdelivr.net'],
},
reactStrictMode: false,
reactStrictMode: true,
output: 'standalone',
i18n,
});