What's Changed
Performance Improvements ⚡
Exciting New Features 🎉
- feat: support minifyOptions.asciiOnly by @9aoy in #3915
- feat: add more logger.time in plugins by @ahabhgk in #3916
- feat: support configuration.profile by @ahabhgk in #3924
- feat(chunkIds): align
chunkIds: 'named'
with Webpack by @hyf0 in #3923 - feat: support minifyOptions.comments by @9aoy in #3927
- feat: support more predefined processAssets stage on js side by @ahabhgk in #3942
Bug Fixes 🐞
- fix: css compilation should fail if
experiments.css
sets to off by @h-a-n-a in #3430 - fix: tree shaking visit dynamic prop by @IWANABETHATGUY in #3929
- fix: import export all as is empty module by @IWANABETHATGUY in #3904
- fix: umd externals assets error by @KyrieLii in #3933
- fix(core): remove webpack-dev-server from @rspack/core by @hardfist in #3938
- fix(core): fix missing source_info in esm module error by @hardfist in #3899
- fix: nested import follow a export all symbol by @IWANABETHATGUY in #3947
- fix: fix trace subscriber for dev by @h-a-n-a in #3948
- fix: nested import with export imported dependency by @IWANABETHATGUY in #3951
Other Changes
- chore: nest example support hmr by @hardfist in #3930
- chore: add close-issues bot by @hardfist in #3935
Full Changelog: v0.2.11...v0.2.12