What's Changed
New Features 🎉
- feat(CLI): support open specific URL by @chenjiahan in #1095
- feat: output mjs files when inspecting configs by @chenjiahan in #1100
Bug Fixes 🐞
- fix(plugin-source-build): should after babel/ts-loader/swc by @9aoy in #1097
- fix(plugin-esbuild): compiled folder should be published by @9aoy in #1098
- fix: missing dependency when using bundle analyzer by @chenjiahan in #1102
- fix: bundle analyzer failed to read assets during dev by @chenjiahan in #1103
- fix: lock webpack-bundle-analyzer to v4.9.0 to compat Rspack by @chenjiahan in #1105
Document 📖
- docs: recommend using mjs config file by @chenjiahan in #1099
- docs: add guide for custom env prefix by @chenjiahan in #1108
- docs(plugin-source-build): document sourceField by @chenjiahan in #1109
Other Changes
- chore(deps): bump sass-loader from v13.0.2 to v13.3.3 by @chenjiahan in #1093
- chore(deps): bump less-loader from v11.0.0 to v11.1.4 by @chenjiahan in #1094
- test(e2e): add case for JSON imports by @chenjiahan in #1096
- chore: get compilation stage constant from compiler by @chenjiahan in #1104
- chore(deps): bump Modern.js version by @chenjiahan in #1106
- chore(deps): bump Rspress to v1.9.0 by @chenjiahan in #1107
Full Changelog: v0.2.12...v0.2.13