Commit fc3458f
committed
fix(@angular/build): maintain media output hashing with vitest unit-testing
To ensure that output media files do not overwrite each other if source
media files use the same base file name but are contained in different
directories, the output hashing option from the build target will now keep
the `media` option enabled if configured.1 parent e417c89 commit fc3458f
File tree
1 file changed
+12
-1
lines changed- packages/angular/build/src/builders/unit-test/runners/vitest
1 file changed
+12
-1
lines changedLines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
49 | 60 | | |
50 | 61 | | |
51 | 62 | | |
| |||
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
85 | | - | |
| 96 | + | |
86 | 97 | | |
87 | 98 | | |
88 | 99 | | |
| |||
0 commit comments