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