Skip to content

Releases: webpack/enhanced-resolve

v3.4.1

24 Jul 16:49
Compare
Choose a tag to compare

Bugfixes:

  • fix problem with undefined path in cache

v3.4.0

24 Jul 08:03
Compare
Choose a tag to compare

Features:

  • Performance
    • Use Map and Set instead of Arrays
    • avoid creating unneeded arrays
    • run plugin in series instead of parallel (to avoid unnecessary I/O)
    • check if plugins are registered before creating callback function

v3.3.0

01 Jul 15:07
Compare
Choose a tag to compare

Performance:

  • improve performance by optimizing for the successful case

v3.2.0

01 Jul 12:13
Compare
Choose a tag to compare

Features:

  • add cacheWithContext option for better performance