webpack v5.1.0 Release Notes

Release Date: 2020-10-13 // over 3 years ago
  • 🔋 Features

    • 🔦 expose webpack property from Compiler
    • 🔦 expose cleverMerge, EntryOptionPlugin, DynamicEntryPlugin

    🛠 Bugfixes

    • ⚠ missing require("..").xxx in try-catch produces a warning instead of an error now
    • 🖐 handle reexports in concatenated modules correctly when they are side-effect-free
    • 🛠 fix incorrect deprecation message for ModuleTemplate.hooks.hash