-
Notifications
You must be signed in to change notification settings - Fork 15
Commit 5843bc8
fix:
* fix: correctly generate excludedPath + add test setup
* fix: remove --serve now that netlify/cli#6138 landed
* fix: prettier
* fix: update node version
* fix: for some reason, `--offline` doesn't infer the build command
* fix: update minimum node version to 18.13.0, to align with Angular CLI
See https://github.com/angular/cli-builds/blob/1f309514d9f8d81fb2dfbcb163b554d79394a67c/bin/ng.js#L64# Please enter the commit message for your changes. Lines starting
* fix: excludedPath should always be posixexcludedPath
contained relative paths for some prerendered static files (#74)1 parent e6fab5f commit 5843bc8
File tree
8 files changed
+38265
-4713
lines changed- .github/workflows
- demo
- src/helpers
8 files changed
+38265
-4713
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | - | ||
15 | + | ||
16 | 16 |
| |
17 | 17 |
| |
18 | - | ||
18 | + | ||
19 | 19 |
| |
20 | - | ||
20 | + | ||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 | - | ||
77 | + | ||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments