From f5f16c8cbc05ea5ae5d6bdba9ad8e4502738a255 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Sat, 18 Feb 2023 21:42:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20https://github.com/agilgur?= =?UTF-8?q?5/react-signature-canvas/issues/95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 239f06254..ef2a49e57 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -3,7 +3,7 @@ require("dotenv").config({ path: "../../.env" }); const nextConfig = { reactStrictMode: true, - swcMinify: true, + swcMinify: false, }; const withTM = require("next-transpile-modules")([