fix: next build (#28)
* fix: build vercel * disable swcMinify experimental feature
This commit is contained in:
parent
f69be1b6eb
commit
5cb1da132b
@ -8,7 +8,7 @@ const { withSentryConfig } = require('@sentry/nextjs')
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
swcMinify: true,
|
// swcMinify: true,
|
||||||
sentry: {
|
sentry: {
|
||||||
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#use-hidden-source-map
|
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#use-hidden-source-map
|
||||||
hideSourceMaps: true,
|
hideSourceMaps: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user