From 2e48204f9eca100fc7ba4e9ab6d11ec78b71222f Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 23 Aug 2023 21:26:08 +0100 Subject: [PATCH] chore: try swcMinify --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index 8ebb2244..9321aa6e 100644 --- a/next.config.js +++ b/next.config.js @@ -18,9 +18,6 @@ module.exports = withBundleAnalyzer({ }, productionBrowserSourceMaps: true, - // https://github.com/vercel/next.js/issues/38436 - swcMinify: false, - webpack(config) { config.resolve.fallback = { fs: false } // polyfill node-id3