Releases: webpack/enhanced-resolve
Releases · webpack/enhanced-resolve
v5.8.0
Bugfixes
- fix problem with bundling for browser usage
- fix precedence of PnP
- default
enforceExtension
to true when extensions
includes an empty string (to specify the exact order)
v5.6.0
Features
- add support for wildcard exports/imports mapping
v5.5.0
Features
- add
preferAbsolute
option to prefer absolute paths over roots
v4.5.0
Features
- add
preferAbsolute
option
v4.4.0
Features
- add
ignoreRootsErrors
option to allow the roots
option to ignore fatal errors
- this allows to enable
roots
without it being a breaking change
v5.4.1
Bugfixes
- add browser fallbacks when using this library in browsers
- even when using Yarn Pnp, handle the
exports
field in packages
- fix typings
Contribution
- Replace Travis CI with Github Actions
v5.4.0
Features
- use graceful-fs in node.js api
Bugfixes
- handle PnP requests with fullySpecified correctly
v5.3.2
Bugfix
- fix problem where callback is called twice, resulting in crashes elsewhere
v5.3.1
Bugfixes
- validate arguments to resolve and use callback for errors