v1.0.8
What's Changed
Highlights
- the Rust crate
swc_core
has been upgraded to 0.106.0 and swc minifier source map error has been fixed by @SyMind in #7991
Performance Improvements β‘
- perf: lazy create hash utils by @chenjiahan in #7961
Exciting New Features π
- feat: support
compilation.builtModules
by @LingyuCoder in #7984
Bug Fixes π
- fix: the progress values for the make and sealing statuses are inaccurate by @inottn in #7990
- fix: correctly display the progress bar when it reaches 100% by @inottn in #7989
- fix: use
HookMap
forruntimeRequirementInTree
by @colinaaa in #7987 - fix: swc minifier source map by @SyMind in #7991
- fix: generate params of runtime module by @LingyuCoder in #8000
- fix(modern-module): use module style export for non entry module by @fi3ework in #7996
- fix: dedup asset_contents to avoid multiple hash changes by @inottn in #8002
- fix(core): allow non-utf8 string in source code by @hardfist in #8009
Document Updates π
- docs: update team members, add @shulaoda by @chenjiahan in #7998
Other Changes
- refactor(core): add task name for tokio-console better display by @hardfist in #7966
- refactor(core): use separate tokio_console layer by @hardfist in #7982
- chore(deps): update dependency @swc/plugin-remove-console to v3 by @renovate in #7978
- chore(deps): update pnpm to v9.11.0 by @renovate in #7977
- chore(deps): update github-actions by @renovate in #7973
- chore: fix proxied typo by @chenjiahan in #7983
- refactor: import module hooks by @JSerFeng in #7967
- revert: refactor(core) add task name for tokio-console better display by @LingyuCoder in #7997
- refactor: add JSDoc to improve BannerPlugin options types by @GiveMe-A-Name in #8003
- refactor: add JSDoc & types to improve HtmlRspackPlugin, IgnorePlugin options types by @GiveMe-A-Name in #8004
Full Changelog: v1.0.7...v1.0.8