From 374b99322eb29f7a7fa27fcaacd928c8654818c4 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Thu, 25 Aug 2022 18:37:13 +0300 Subject: [PATCH] disable SWC minify too experimental right now for arm/v6/v7 support --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index ffc472448..2424e9558 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,7 @@ const nextConfig = { reactStrictMode: true, output: "standalone", - swcMinify: true, + swcMinify: false, experimental: { images: { allowFutureImage: true, unoptimized: true } }, images: { domains: ["cdn.jsdelivr.net"],