chore: disable StrictMode, as it does more harm than good (#63)

For example, swapping modules in StrictMode doesn't work,
as it swaps twice, undoing the change.
This commit is contained in:
Patric Stout
2024-05-25 12:37:53 +02:00
committed by GitHub
parent f4565cfdd8
commit 92649850dc

View File

@@ -2,6 +2,7 @@
const nextConfig = {
output: "export",
distDir: "dist",
reactStrictMode: false,
experimental: {
webpackBuildWorker: true,