Skip to content

Commit 282b9e6

Browse files
authored
[browser] Generate source maps as hidden in Release configuration (#118635)
1 parent 4faabd3 commit 282b9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/browser/runtime/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const loaderConfig = {
173173
banner,
174174
intro: "/*! bundlerFriendlyImports */",
175175
plugins,
176-
sourcemap: true,
176+
sourcemap: isDebug ? true : "hidden",
177177
sourcemapPathTransform,
178178
}
179179
],

0 commit comments

Comments
 (0)