What's Changed
Bug Fixes 🐞
- revert: fix: align
amd
option behavior with webpack by @ahabhgk in #9103 - fix: resolve the inconsistent type issue in
JsModule
by @shulaoda in #8939
Other Changes
- chore: release packages 1.2.1 by @SyMind in #9090
- feat: add runtime plugin hooks by @LingyuCoder in #9084
- feat(incremental): don't use has_module_import_export_change when incremental code splitting enabled by @ahabhgk in #9062
- fix: should not have warnings for cjs when using dll by @ahabhgk in #9091
- fix: should not cache tracing instance by @h-a-n-a in #9086
- perf(options): replace
Regexp
withends_with
match by @h-a-n-a in #9081 - fix: render module id as number if we can by @ahabhgk in #9099
- test(benchmark): add basic sourcemap bench case by @h-a-n-a in #9100
Full Changelog: v1.2.1...v1.2.2