fix: Disable source maps which looks to be infinitely looping (#12744)

This commit is contained in:
Alex van Andel 2023-12-12 16:16:04 +00:00 committed by GitHub
parent 1aa8b8439a
commit 7a67331d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@ const nextConfig = {
...i18n,
localeDetection: false,
},
productionBrowserSourceMaps: true,
productionBrowserSourceMaps: false,
/* We already do type check on GH actions */
typescript: {
ignoreBuildErrors: !!process.env.CI,