What's Changed
- feat: stats for timings and builtAt by @ahabhgk in #2425
- chore: optimize the initialization of instance by @KarthusLorin in #2432
- feat: watch-suspend by @bvanjoi in #2430
- feat: definePlugin helper by @so1ve in #2302
- chore: fix some ts types by @zscumt123 in #2142
- feat: Support
new URL("./foo", import.meta.url)
by @magic-akari in #2340 - refactor(rust): remove unnecessary usage of crossbeam by @Boshen in #2439
- feat: inline external type syntax by @ahabhgk in #2437
- chore(rust): remove cargo warnings around napi by @Boshen in #2436
- fix(cli): mode default config by process.env.NODE_ENV by @SoonIter in #2343
- docs: add some tips about corepack enable by @KarthusLorin in #2447
- Bump Rust to Rust v1.68.0 (nightly-2023-03-09) by @Boshen in #2435
- fix: amd should return exports with iife by @underfin in #2453
- feat: add finishModules hook by @tuchg in #2463
- fix: skip some tests in watch suspend by @bvanjoi in #2465
- feat(plugin-wasm): add async-wasm support by @tuchg in #2229
- fix(relay): 🐛 apply unresolved_mark to require by @JSerFeng in #2454
- fix: use babel mode for mjs by @underfin in #2455
- ci: check team-label only on pr and issue open by @Boshen in #2471
- ci: use pnpm/action-setup in check-changeset by @Boshen in #2474
- chore(rust): remove unused dependencies via cargo-udeps by @Boshen in #2476
- fix: should not remove empty initial chunk by @hyf0 in #2458
- ci: cache pnpm dependencies in check-rs workflow by @Boshen in #2470
- ci: fix check-rs by @Boshen in #2481
- refactor: change runtime globals from HashSet to bitflags by @HerringtonDarkholme in #2461
- feat: resolve.byDependency by @ahabhgk in #2459
- fix: remove unnecessary @ts-ignore by @HerringtonDarkholme in #2491
- feat(runtime): support set webpack_public_path runtime by @jerrykingxyz in #2487
- fix(core): change the callback type of compiler.watch to
Callback
by @bvanjoi in #2494 - test(e2e): basic by @bvanjoi in #2469
- fix: cjs transfrom preset env by @underfin in #2503
- chore: fix version bump by @h-a-n-a in #2508
- [Bug Fix]: ERR_UNSUPPORTED_ESM_URL_SCHEME since version 0.1.2 on Windows OS by @zakuru in #2450
New Contributors
- @KarthusLorin made their first contribution in #2432
- @so1ve made their first contribution in #2302
- @magic-akari made their first contribution in #2340
Full Changelog: v0.1.2...v0.1.3