Switch to canary for hopefully better bundling

This commit is contained in:
Dustin Brett
2022-01-09 14:05:00 -08:00
parent 58e614c0e3
commit 8fa1140f88
3 changed files with 112 additions and 964 deletions

View File

@@ -5,7 +5,6 @@
* */
const nextConfig = {
reactStrictMode: true,
swcMinify: false,
};
module.exports = nextConfig;