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,