Skip to content
Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
6.2.2 (2025-03-14)
Features
Bug Fixes
- await client buildStart on top level buildStart (#19624) (b31faab)
- css: inline css correctly for double quote use strict (#19590) (d0aa833)
- deps: update all non-major dependencies (#19613) (363d691)
- indexHtml: ensure correct URL when querying module graph (#19601) (dc5395a)
- preview: use preview https config, not server (#19633) (98b3160)
- ssr: use optional chaining to prevent "undefined is not an object" happening in
ssrRewriteStacktrace (#19612) (4309755)
Miscellaneous Chores
- extend commit hash correctly when ambigious with a non-commit object (#19600) (89a6287)
6.2.1 (2025-03-07)
Features
- add
*?url&no-inline type and warning for .json?inline / .json?no-inline (#19566) (c0d3667)
Bug Fixes
- css: stabilize css module hashes with lightningcss in dev mode (#19481) (92125b4)
- deps: update all non-major dependencies (#19555) (f612e0f)
- reporter: fix incorrect bundle size calculation with non-ASCII characters (#19561) (437c0ed)
- sourcemap: combine sourcemaps with multiple sources without matched source (#18971) (e3f6ae1)
- ssr: named export should overwrite export all (#19534) (2fd2fc1)
Performance Improvements
Miscellaneous Chores
- css: move environment destructuring after condition check (#19492) (c9eda23)
- html: remove unnecessary value check (#19491) (797959f)
Code Refactoring
Tests