From 911a13adcf6b5c96e7b18831750d66fb020e82ad Mon Sep 17 00:00:00 2001 From: Janpot <2109932+Janpot@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:23:56 +0100 Subject: [PATCH] [code-infra] Enable production sourcemaps --- docs/nextConfigDocsInfra.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nextConfigDocsInfra.js b/docs/nextConfigDocsInfra.js index af18d88979c4a3..7890105cadbe3a 100644 --- a/docs/nextConfigDocsInfra.js +++ b/docs/nextConfigDocsInfra.js @@ -52,6 +52,7 @@ function withDocsInfra(nextConfig) { return { trailingSlash: true, reactStrictMode: true, + productionBrowserSourceMaps: true, ...nextConfig, env: { BUILD_ONLY_ENGLISH_LOCALE: 'true', // disable translations by default