webpack v5.0.0-beta.13 Release Notes

Release Date: 2020-01-29 // about 4 years ago
  • ๐Ÿ”‹ Features

    • this.getOptions in loader context
      • optionally takes a schema for validation
      • see #10017 for more information
    • Persistent Cache storage has been improved
      • Multiple files instead of one big file. Separate files are created when cache items are unused or unchanged, while trying to keep each file > 1MB
    • ๐Ÿ‘ generator.filename support for type: "asset"/"asset/resource"

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix ident handling for Rule.options
    • ๐Ÿ›  fix handling of watchOptions.aggregateTimeout: 0
    • ๐Ÿ›  fix default for output.hotUpdatefunction/jsonpFunction/chunkCallbackName when output.library is an array
    • ๐Ÿ›  fix target: "node" chunk loading when output files are in different folders
    • disable constant evaluation in "use asm" code
    • ๐Ÿ›  fix bug with variable renaming in concatenated modules introduced in 5.0.0-beta.11

    Full Changelog

    Feedback