From f9ab4d1595a0ad7a08e53cf63df025e9ae0317ba Mon Sep 17 00:00:00 2001 From: DIYgod Date: Tue, 25 Jul 2023 12:56:51 +0100 Subject: [PATCH] chore: disable swc --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.js b/next.config.js index 9ebf4616..d96876c8 100644 --- a/next.config.js +++ b/next.config.js @@ -62,6 +62,9 @@ module.exports = withSentryConfig( }, productionBrowserSourceMaps: true, + // https://github.com/vercel/next.js/issues/38436 + swcMinify: false, + webpack(config) { config.resolve.fallback = { fs: false } // polyfill node-id3