Commit e5efdc5
fix(@angular/build): also disable outputMode in vitest unit-tests
Application defined entry points (`browser`/`server`) are disabled when
using the experimental unit-test builder. This allows the unit test files
themselves to become the entry points for testing purposes. Previously,
the `outputMode` option was not also disabled. This lead to errors if it
was present in the build target configuration used for `unit-test` due to
the `outputMode` option requiring the `server` option.
(cherry picked from commit 020527e)1 parent 510db3e commit e5efdc5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
0 commit comments