What's Changed
New Features 🎉
- feat: add new
output.emitCss
config by @chenjiahan in #3967 - feat: support restart build in build watch mode by @9aoy in #3974
Performance 🚀
- perf: bump chokidar to v4 and remove fsevents dependency by @chenjiahan in #3960
- perf(build): custom Rslib minify options for Node output by @chenjiahan in #3966
Bug Fixes 🐞
- fix:
watchFiles.type
not work as expected by @chenjiahan in #3963 - fix(plugin-vue): should transpile all Vue SFC by @chenjiahan in #3964
- fix: close API does not actually close the build by @9aoy in #3969
- fix(plugin-stylus):
stylusOptions.import
should be an array by @chenjiahan in #3972
Document 📖
- docs: remove npm packages page by @chenjiahan in #3970
Other Changes
- test: replace strip-ansi with Node.js builtin util by @chenjiahan in #3976
- chore: clean up unused internal helpers by @chenjiahan in #3977
- refactor: move internal helpers to provider parameters by @chenjiahan in #3978
Full Changelog: v1.1.1...v1.1.2