Commit 1842bd5
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);
```whatwg-url to downlevel exclusion list1 parent 6e27a1a commit 1842bd5
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 | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
378 | 380 | | |
379 | 381 | | |
380 | 382 | | |
| |||
0 commit comments