Commit 60dd76a
committed
fix: use cssnano for CSS minification via PostCSS, bypassing Parcel optimizer segfault
- add cssnano to .postcssrc for in-pipeline minification (keeps Tailwind and comment stripping)
- update build process to skip Parcel's --minify step, avoiding lightningcss crash on Node 22/Linux
- ensures Vercel and local builds both produce minified CSS without breaking Tailwind1 parent a835c4d commit 60dd76a
3 files changed
Lines changed: 582 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
0 commit comments