From 5c997c0322d89021a3dd701deae93fc2b5ad8f16 Mon Sep 17 00:00:00 2001 From: Weves Date: Fri, 17 May 2024 13:49:45 -0700 Subject: [PATCH] Use swcMinify --- web/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/next.config.js b/web/next.config.js index d7fc7a551a7..1586af8d178 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -7,6 +7,7 @@ const version = env_version || package_version; /** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", + swcMinify: true, rewrites: async () => { // In production, something else (nginx in the one box setup) should take // care of this rewrite. TODO (chris): better support setups where