We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35ce89 commit 699802dCopy full SHA for 699802d
packages/angular_devkit/build_angular/src/webpack/configs/common.ts
@@ -413,7 +413,7 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
413
context: root,
414
entry: entryPoints,
415
output: {
416
- clean: buildOptions.deleteOutputPath,
+ clean: buildOptions.deleteOutputPath ?? true,
417
path: path.resolve(root, buildOptions.outputPath),
418
publicPath: buildOptions.deployUrl ?? '',
419
filename: ({ chunk }) => {
0 commit comments