Dont use react devtools
Some checks failed
Tests / tests (push) Has been cancelled

This commit is contained in:
Dustin Brett
2024-10-16 20:59:03 -07:00
parent b3f34354b2
commit ef5087b5c2

View File

@@ -47,6 +47,9 @@ const nextConfig = {
default:
throw new Error(`Not found ${mod}`);
}
}),
new webpack.DefinePlugin({
__REACT_DEVTOOLS_GLOBAL_HOOK__: "({ isDisabled: true })",
})
);