main
fix: guard HarmonyAcceptDependency against unresolved module ids (#21302)
test: add missing CSS test cases inspired by css-loader and mini-css-extract-plugin (#20914)
fix: prevent empty JS file generation for CSS-only entry points (#20454)
fix: add __webpack_exports__ decl when with non-JS entry (#20463)
feat: improve localIdentName hashing
fix: fix HMR for concatenated CSS modules with style exportType (#20911)
fix: CSS @import HMR for non-link exportType (#20514)
feat(css): add exportType style to inject styles into DOM (#20579)
feat(css): generate separate CssModule instances per exportType (#20590)
style: set `arrowParens` to `true` (#19706)
fix: invalidate incremental cache when CSS-only asset becomes JS-referenced (#21100)
fix: make asset modules available in JS when referenced from CSS and lazy JS (#20801)
test: refactor NEXT in HotTestCases (#20470)
feat: add linkInsert hook to CssLoadingRuntimeModule (#20947)
fix(hmr): remove CSS link tags when CSS imports are removed (#20154)
chore: resolve "use strict" TODO (#19705)