Commit 970c3cc
committed
fix(@angular-devkit/build-angular): override already existing assets in compilation
With this change we align the copying of assets between `ng build` and `ng serve`. Previously in `ng serve` already copied assets where not overridden.
More info: https://webpack.js.org/plugins/copy-webpack-plugin/#force
Closes #18787
(cherry picked from commit 4d2f4ec)1 parent a24d445 commit 970c3cc
File tree
1 file changed
+1
-0
lines changed- packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| |||
0 commit comments