Releases: webpack/enhanced-resolve
Releases · webpack/enhanced-resolve
v3.4.1
Bugfixes:
- fix problem with
undefined
path in cache
v3.4.0
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
Performance:
- improve performance by optimizing for the successful case
v3.2.0
Features:
- add
cacheWithContext
option for better performance