Commit 33bd75d
fix: remove unneeded polyfills from the Angular template (#4339)
Merged despite C3 E2E tests failing because they cannot run on a contributor's fork.
* fix: remove unneeded polyfills from the Angular template
`performance.mark` and `global` polyfills are no longer needed in a v17 application.
* fixup! fix: remove unneeded polyfills from the Angular template
---------
Co-authored-by: Peter Bacon Darwin <pete@bacondarwin.com>1 parent 102e15f commit 33bd75d
3 files changed
Lines changed: 7 additions & 7 deletions
File tree
- .changeset
- packages/create-cloudflare/src/frameworks
- angular/templates/tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 25 | + | |
31 | 26 | | |
32 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments