Commit eb42a47
committed
feat: expand browser support to widely available Baseline
This commit updates the `browserslist` configuration to use browsers generated by Baseline. The exact list is pulled from angular/angular-cli#30036.
Ideally this should be generated at build time from a raw date string like the Angular CLI repo does, however this would duplicate the tooling and isn't strictly necessary anyways as the release process already requires extracting the generated browser versions purely for documentation. Also copying that configuration to `ng-packagr` is not significantly more toil.1 parent e2d9ef0 commit eb42a47
File tree
3 files changed
+13
-9
lines changed- scripts
- src/lib/styles
3 files changed
+13
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
33 | 28 | | |
34 | 29 | | |
35 | 30 | | |
| |||
0 commit comments