From 5cb1da132b781b11bbc8a47eaef7ccc5697bd669 Mon Sep 17 00:00:00 2001 From: Gustavo Mauricio Date: Fri, 21 Oct 2022 11:48:59 +0100 Subject: [PATCH] fix: next build (#28) * fix: build vercel * disable swcMinify experimental feature --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 85b30882..98327bdd 100644 --- a/next.config.js +++ b/next.config.js @@ -8,7 +8,7 @@ const { withSentryConfig } = require('@sentry/nextjs') /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - swcMinify: true, + // swcMinify: true, sentry: { // https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#use-hidden-source-map hideSourceMaps: true,