From 0f838b971336350889defcff95b45fc26105a77f Mon Sep 17 00:00:00 2001 From: voluntas Date: Wed, 22 Nov 2023 23:50:10 +0900 Subject: [PATCH] =?UTF-8?q?swcMinify=20=E6=9C=89=E5=8A=B9=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index d266ef88..26460fec 100644 --- a/next.config.js +++ b/next.config.js @@ -3,7 +3,7 @@ const nextConfig = { // distDir: 'dist', distDir: process.env.NODE_ENV === 'production' ? 'dist' : 'dev', compress: true, - swcMinify: false, + swcMinify: true, generateBuildId: async () => 'sora_devtools', webpack: (config) => { config.resolve.fallback = {