stack.pulse
#stacks/webpack/tooling

webpack release notes, breaking changes, and upgrade notes.

A bundler for JavaScript and friends StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
7
breaking
0
security
0
deprecated
0
migrations
1

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

webpack releases from GitHub

StackPulse watches webpack release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v5.106.2mediummigrationfeatureApr 15, 2026

v5.106.2

This patch release focuses on CSS module improvements, asset module fixes, and persistent cache invalidation enhancements. It also includes minor bug fixes and a migration from `mime-types` to `mime-db`.

affected

Developers using CSS modules, asset modules, or persistent caching may be affected.

action

Update to version 5.106.2 to benefit from CSS and asset module fixes.

release_signals
+CSS @import now inherits the parent module's exportType.
+Asset modules are available in JS context when referenced from both CSS and lazily compiled JS chunks.
+Handle `@charset` at-rules in CSS modules.
migration_steps1 steps
  1. 01Migrate from `mime-types` to `mime-db`.
view source on github->
webpack release notes, breaking changes, and upgrade notes · StackPulse