We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f531d commit 0fe6cfeCopy full SHA for 0fe6cfe
packages/angular_devkit/build_angular/src/webpack/configs/common.ts
@@ -425,7 +425,7 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
425
return `[name]${targetInFileName}${hashFormat.chunk}.js`;
426
}
427
},
428
- chunkFilename: `[id]${targetInFileName}${hashFormat.chunk}.js`,
+ chunkFilename: `[name]${targetInFileName}${hashFormat.chunk}.js`,
429
430
watch: buildOptions.watch,
431
watchOptions: getWatchOptions(buildOptions.poll),
0 commit comments