This minification breaks fflate in prod

This commit is contained in:
Dustin Brett
2021-12-27 19:59:21 -08:00
parent 54b75965d6
commit 791bf07f75

View File

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