From f4daf89ef395b618873458b50e85e8728a34ab39 Mon Sep 17 00:00:00 2001 From: PopDaph Date: Mon, 2 Oct 2023 16:32:42 +0200 Subject: [PATCH] Try update config disable swcMinify --- front/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/front/next.config.js b/front/next.config.js index 5391c54ac9281..fd8f02a52c547 100644 --- a/front/next.config.js +++ b/front/next.config.js @@ -3,6 +3,7 @@ const removeImports = require("next-remove-imports")(); module.exports = removeImports({ experimental: { esmExternals: true }, + swcMinify: false, async redirects() { return [ {