Skip to content

Commit cff8adc

Browse files
authored
[code-infra] Enable production sourcemaps (#47352)
1 parent dbc02c5 commit cff8adc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/nextConfigDocsInfra.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function withDocsInfra(nextConfig) {
5252
return {
5353
trailingSlash: true,
5454
reactStrictMode: true,
55+
productionBrowserSourceMaps: true,
5556
...nextConfig,
5657
env: {
5758
BUILD_ONLY_ENGLISH_LOCALE: 'true', // disable translations by default

0 commit comments

Comments
 (0)