Sourced from webpack's releases.
v5.80.0
New Features
- Support destructuring assignment in
import.meta
by@vankop
in webpack/webpack#16996- Support treeshaking for destructuring assignment with
AwaitExpression
by@vankop
in webpack/webpack#16995- Introduce
errorsSpace
,warningsSpace
for more readable traces in stats by@vankop
in webpack/webpack#15450Bug Fixes
- [CSS] - Fix runtime generation bug for merged CSS Chunks by
@janlent1
in webpack/webpack#16903- [CSS] - Properly handle
url()
/src()
/image-set()
/image()
by@alexander-akait
in webpack/webpack#16978- ES Module webpack loaders are now supported
@stefanprobst
in webpack/webpack#15198- Fix spelling error for
statement.finalizer
in parser by@xiaoboost
in webpack/webpack#17016- Fix non-deterministic
moduleId
assignment due to encounteringNaN
in sort function by@scameron
in webpack/webpack#16933- [enhanced-resolve]: Support wildcards pattern with common suffix in package maps & imports/exports field by
@bvanjoi
in webpack/enhanced-resolve#353Tests & Contributor Experience
- [CSS] - Added test case for
@supports
field by@alexander-akait
in webpack/webpack#17011- Add test for include option in
BannerPlugin
by@jeffin143
in webpack/webpack#10736- Remove
finializer
from cspell.json by@snitin315
in webpack/webpack#17022Developer Experience
- Adds the twitter badge by
@yadunandanbhat
in webpack/webpack#15667- Add
wasm-bindgen
example toexample
by@gthb
in webpack/webpack#14313- Update grammar mistakes in examples by
@ersachin3112
in webpack/webpack#16988Dependencies & Maintenance
- Bump core-js from 3.30.0 to 3.30.1 by
@dependabot
in webpack/webpack#16983- Bump
@webassemblyjs
by@alexander-akait
in webpack/webpack#17003- Bump assemblyscript from 0.25.2 to 0.27.2 by
@dependabot
in webpack/webpack#16959- Bump enhanced-resolve to 5.13.0 by
@TheLarkInn
in webpack/webpack#17024- Included githubactions in the dependabot config by
@neilnaveen
in webpack/webpack#15618- Fix prettier by
@alexander-akait
in webpack/webpack#16976New Contributors
@neilnaveen
made their first contribution in webpack/webpack#15618@yadunandanbhat
made their first contribution in webpack/webpack#15667@ersachin3112
made their first contribution in webpack/webpack#16988@stefanprobst
made their first contribution in webpack/webpack#15198@xiaoboost
made their first contribution in webpack/webpack#17016@scameron
made their first contribution in webpack/webpack#16933Full Changelog: https://github.com/webpack/webpack/compare/v5.79.0...v5.80.0
9ac1728
5.80.009dc9e2
Merge pull request #17024 from webpack/thelarkinn/bump-enhanced-resolved58760a
yarn-lint58396f5
introduce the new types from enhanced-resolve4ff4d59
Merge pull request #16933 from scameron/deterministic-moduleids8bc34bc
feat(deps): Update enhanced-resolve to latest for * wildcard pattern in exports5c522c4
Merge pull request #17022 from snitin315/patch-3457cbe1
Merge pull request #16903 from janlent1/fixruntimeissue63c1601
chore: remove finializer
from cspell.json9c70d1d
Merge pull request #17016 from xiaoboost/fix/fix-spell-error