yarn webpack 5.18.0

latest releases: 5.95.0, 5.94.0, 5.93.0...
3 years ago

Internals

  • refactor hashing to move the responsibility of hashing module exports info and referenced modules from Dependencies to the Module
    • Hashing in Dependencies can be much cheaper now (could improve performance when many dependencies are used that point to the same module, like many references to React.createElement)
    • Fixes bugs where Dependencies forgot to hash some details about the referenced module
    • The new model elimiates the potential of such bugs are Dependencies have less responsibilities now

Don't miss a new webpack release

NewReleases is sending notifications on new releases.