We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacb0f2 commit 0ddc1adCopy full SHA for 0ddc1ad
packages/angular-rspack/src/lib/config/config-utils/common-config.ts
@@ -47,7 +47,7 @@ export async function getCommonConfig(
47
context: normalizedOptions.root,
48
profile: normalizedOptions.statsJson,
49
mode: isProduction ? 'production' : 'development',
50
- devtool: normalizedOptions.sourceMap.scripts ? 'source-map' : undefined,
+ devtool: normalizedOptions.sourceMap.scripts ? 'source-map' : false,
51
infrastructureLogging: {
52
appendOnly: false,
53
debug: normalizedOptions.verbose,
0 commit comments