Commit cc5505c
fix(@angular-devkit/build-angular): add
Similar to #21739, `whatwg-url` seems to suffer from the same issue as #21735
```ts
const AsyncIteratorPrototype = Object.getPrototypeOf(Object.getPrototypeOf(async function* () {}).prototype);
```
(cherry picked from commit 1842bd5)whatwg-url to downlevel exclusion list1 parent 9b58547 commit cc5505c
File tree
1 file changed
+3
-1
lines changed- packages/angular_devkit/build_angular/src/webpack/configs
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
387 | 389 | | |
388 | 390 | | |
389 | 391 | | |
| |||
0 commit comments