v5.95.0
版本发布时间: 2024-09-25 22:18:39
webpack/webpack最新发布版本:v5.96.1(2024-11-01 19:01:35)
Bug Fixes
- Fixed hanging when attempting to read a symlink-like file that it can't read
- Handle
default
for import context element dependency - Merge duplicate chunks call after split chunks
- Generate correctly code for dynamically importing the same file twice and destructuring
- Use content hash as [base] and [name] for extracted DataURI's
- Distinguish
module
andimport
inmodule-import
for externalsimport
's - [Types] Make
EnvironmentPlugin
default values types less strict - [Types] Typescript 5.6 compatibility
New Features
- Add new
optimization.avoidEntryIife
option (true
by default for theproduction
mode) - Pass output.hash* options to loader context
Performance
- Avoid unneeded re-visit in build chunk graph