What's Changed
New Features 🎉
- feat: add support for
--config-loader auto
by @Timeless0911 in #6186
Bug Fixes 🐞
- fix(types): update
ImportMetaEnv
interface to use Record by @chenjiahan in #6182 - fix: detect JavaScript runtime when enable
--config-loader auto
by @Timeless0911 in #6189 - fix(inlineChunk): correct replaced source mapping URL by @chenjiahan in #6191
- fix: correct initial chunks order in generated manifest by @chenjiahan in #6192
Document 📖
- docs: improve documentation clarity and naturalness by @Copilot in #6177
- docs: add documentation for resolve.mainFields by @chenjiahan in #6183
- docs: clarify hash settings in cssModules docs by @chenjiahan in #6197
Other Changes
- test: improve test cases for svelte plugin by @chenjiahan in #6181
- chore: set engines to Node.js >=22.18.0 and enable engineStrict by @Timeless0911 in #6184
- test(e2e): turn shared assets into a package to simplify importing by @chenjiahan in #6185
- test(e2e): print captured logs for failed tests by @chenjiahan in #6193
- chore: update pnpm workspace exclusions by @chenjiahan in #6194
- test(e2e): add manifest chunks order test case by @chenjiahan in #6195
- release: v1.5.10 by @chenjiahan in #6198
Full Changelog: v1.5.9...v1.5.10