what stackpulse tracks
webpack releases from GitHub
StackPulse watches webpack release notes and keeps the original source link close to every summary.
A bundler for JavaScript and friends StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches webpack release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This patch release fixes invalid property access for escaped namespace imports and improves ProfilingPlugin compatibility with Chrome DevTools.
view source on github->This release introduces several enhancements to Webpack's module handling, including improved support for ES modules, new targets for Bun and Deno, and better tree-shaking capabilities. It also adds new features for HTML and CSS modules, along with optimizations for runtime code generation.
Developers using Webpack for ES modules, Bun, Deno, or HTML/CSS modules will benefit from these updates.
Update to version 5.108.0 to take advantage of new features and improvements.
This release focuses on performance optimizations, bug fixes, and memory improvements, particularly in `ContextModuleFactory`, `ConcatenatedModule`, and `SourceMapDevToolPlugin`. It also addresses issues with `require.context()` rebuilds in watch mode and runtime errors in lazy-compiled modules.
Users relying on `require.context()` rebuilds, lazy-compiled modules, or persistent caching may see performance improvements and bug fixes.
Update to this version to benefit from performance optimizations and bug fixes.
This release focuses on bug fixes and improvements, including aligning the HTML tokenizer with the WHATWG spec, enhancing tree-shaking for CommonJS modules, and fixing stack overflow issues in module evaluation.
Developers using webpack for HTML tokenization, CommonJS module tree-shaking, or large module graphs may be affected by these changes.
Update to version 5.107.1 to benefit from bug fixes and improvements.
This release introduces several enhancements for CSS modules, including improved module concatenation, support for `@value` identifiers, and new hooks for plugin developers. Additionally, it adds experimental TypeScript support and improves tree-shaking with the `#__NO_SIDE_EFFECTS__` annotation.
Developers using CSS modules, TypeScript, or needing better tree-shaking will benefit from these changes.
Review the new options and hooks to leverage the improvements in CSS modules and TypeScript support.
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`.
Developers using CSS modules, asset modules, or persistent caching may be affected.
Update to version 5.106.2 to benefit from CSS and asset module fixes.
This patch release fixes ES5-environment regressions related to anonymous default exports, prevents `!important` from being renamed in CSS modules, and improves CSS modules local ident hashing to avoid hash collisions.
Users relying on ES5 environments or CSS modules may be affected by the fixes.
Update to version 5.106.1 to benefit from the fixes.