What's Changed
New Features 🎉
- feat: optimize the order of print file size by @chenjiahan in #814
- feat: add type commonjs for all pkgs by @chenjiahan in #822
Performance 🚀
- perf(core): reduce fs overhead in getCompiledPath by @chenjiahan in #824
- perf(plugin-react): reduce deps and fix peer dep warning by @chenjiahan in #830
- perf(server): load proxy module on demand by @chenjiahan in #835
- perf(build): no need to load dev middleware when building by @chenjiahan in #836
- perf(server): skip schema validation in webpack-dev-middleware by @chenjiahan in #837
Bug Fixes 🐞
- fix(plugin-babel): prebundle babel-loader to fix peer warning by @chenjiahan in #831
Document 📖
- docs: add more description for writeToDisk by @chenjiahan in #820
- docs: mark getCompiledPath as private by @chenjiahan in #823
- docs: add tip for ASSET_PREFIX env var by @chenjiahan in #829
- docs: add web infra QoS link to README.md by @chenjiahan in #834
Other Changes
- Release v0.1.8 by @chenjiahan in #812
- test(e2e): add basic case for tailwindcss by @chenjiahan in #816
- chore(deps): bump prebundled postcss to v7.3.3 by @chenjiahan in #817
- chore(deps): bump prebundled css-loader to v6.8.1 by @chenjiahan in #818
- chore: no need to set disableTransformByDefault flag by @chenjiahan in #819
- chore: adjust server logs of multiple routes by @chenjiahan in #821
- chore(plugin-babel): mark addIncludes as deprecated by @chenjiahan in #827
- chore(deps): bump Rspress version by @chenjiahan in #828
- chore: should external compiled packages by @chenjiahan in #832
Full Changelog: v0.1.8...v0.1.9