main
test: run the webpack test suite under Deno (drop nearly all skips, --runInBand and unstable flags) (#21240)
fix: gap-fill entryOptions when an async block reuses an existing entrypoint (#21026)
test: worker webpack options (#19898)
fix: do not crash when a referenced chunk is not a runtime chunk (#20461)
feat: widen analyzable ESM output to shared, css, hinted and worker chunks (#21626)
fix: respect `node:` prefix everywhere (#19721)
test: worker loading chunks (#19716)
feat: resolve worker via condition name (#20347)
fix: support umd web workers loading
feat: analyzable new URL(import.meta.url) output for fetch-based WebAssembly (#21518)
feat: add output.workerChunkFilename to set the worker chunk filename template (#21128)
Emit analyzable new URL / new Worker (import.meta.url) for ESM module output (#21194)
feat: extend analyzable ESM output to async WebAssembly and hinted refs (#21604)
feat: support webpackPrefetch/webpackPreload magic comments on new URL() and Worker (#21012)
feat: worklet support via module.parser.javascript.worklet (#21384)