Change8

v5.105.4

📦 webpackView on GitHub →
1 features🐛 4 fixes🔧 2 symbols

Summary

This patch release introduces a new method for source type inspection and includes several bug fixes related to expression handling, stats typing, CSS output, and export presence detection.

✨ New Features

  • Added Module.getSourceBasicTypes to distinguish basic source types and clarify JavaScript output for modules with non-basic source types like 'remote'.

🐛 Bug Fixes

  • Handled createRequire in expressions.
  • Fixed types for multi stats.
  • Removed empty needless js output for normal css module.
  • Narrows export presence guard detection to explicit existence checks on namespace imports only (patterns like "x" in ns).

Affected Symbols