You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor changes
1b976ed Increased the minimum supported Rust version to 1.95.0. — Thanks @Princesseuh!
d437432 Bundle filenames now properly gets updated for every transitive dependency (CSS-referenced fonts and images, JS-imported assets, etc.). This was done by rewriting urls after bundling, which does results in worse performance, but at least ensure the URLs are always correct. — Thanks @Princesseuh!
Patch changes
070dce6 Updated to use the official upstream Rolldown 1.0 stable for JS bundling instead of the community-maintained fork. — Thanks @Princesseuh!