Commit 82b753a
fix: downgrade Astro to 6.1.2 to fix Netlify build failure
Astro 6.1.3 introduced a bug (withastro/astro#16196, #16209) in the
pluginChunkImports plugin that corrupts dynamic import specifiers on
Netlify/Linux builds when DEPLOY_ID is set. This causes esbuild to
fail with syntax errors on unresolved Rollup hash placeholders.
The fix (withastro/astro#16207) has not been released yet. Pinning to
6.1.2 avoids the regression and removes the minification workaround.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 14fd9a8 commit 82b753a
4 files changed
Lines changed: 8 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 26 | | |
44 | 27 | | |
45 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments