From dd09c57dfa6ce4d8efafec6c201fb7eab7a40a35 Mon Sep 17 00:00:00 2001 From: keitakn Date: Fri, 21 Oct 2022 13:01:47 +0900 Subject: [PATCH] =?UTF-8?q?:wrench:=20#215=20Biuld=E6=99=82=E9=96=93?= =?UTF-8?q?=E7=9F=AD=E7=B8=AE=E3=81=AE=E7=82=BA=E3=80=81swcMinify=E3=82=92?= =?UTF-8?q?=E6=9C=89=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 203a85f8..5ae1545f 100644 --- a/next.config.js +++ b/next.config.js @@ -24,6 +24,7 @@ const moduleExports = { defaultLocale: 'ja', localeDetection: false, }, + swcMinify: true, }; const sentryWebpackPluginOptions = {