Releases: webpack/enhanced-resolve
Releases · webpack/enhanced-resolve
v5.8.2
Bugfix
- allow to resolve imports from a subpath (
imports
field)
v5.8.1
Bugfix
- correctly call fs.statSync when there are no options
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