diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 239f06254..ef2a49e57 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -3,7 +3,7 @@ require("dotenv").config({ path: "../../.env" }); const nextConfig = { reactStrictMode: true, - swcMinify: true, + swcMinify: false, }; const withTM = require("next-transpile-modules")([