Fixes
- Filter deleted assets in
processAdditionalAssets
hook - HMR failure in defer module
- Emit assets even if invalidation occurs again
- Export types for serialization and deserialization in plugins and export the
ModuleFactory
class - Fixed the failure export of internal function for ES module chunk format
- Fixed
GetChunkFilename
failure caused bydependOn
entry - Fixed the import of missing dependency chunks
- Fixed when entry chunk depends on the runtime chunk hash
- Fixed
module.exports
bundle to ESM library - Adjusted the time of adding a group depending on the fragment of execution time
- Fixed circle dependencies when require
RawModule
and condition ofisDeferred
- Tree-shakable module library should align preconditions of
allowInlineStartup