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