Releases: webpack/enhanced-resolve
Releases · webpack/enhanced-resolve
v5.0.0-beta.8
Features
- add
roots
option
v5.0.0-beta.7
Features
- add fragment support
Bugfixes
- handle query and fragment correctly in
exports
field lookup
v4.2.0
Features
- add
restrictions
option- allow to specify strings or regexps that must be matched for a valid result
- when not matched, alternatives are tried (like alternative mainField, mainFile, parent node_modules, etc.)
- when passing a string result must be equal or inside of this folder
v5.0.0-beta.6
Features
- add
restrictions
option, which allows to restrict the allowed paths to resolve too
Bugfixes
- add support for conditions in array for the
exports
field
v5.0.0-beta.5
Features
- generate and publish type declaration file for typescript
exports
field support- add
exportsFields
option - add
conditionNames
option
- add
- self reference resolving when
exports
field is present
Bugfixes
module/
now correctly resolves to directory and not tomodule.js
as file- fix lisence field in package.json
Performance
- deduplicate duplicate entries in
aliasFields
,descriptionFiles
,extensions
,modules
,mainFields
andmainFiles
Internals
- Options are normalized separatly
- improve handling of scoped packages
@scope/name
Contributing
- add a lot of type information
- Linting type information
- Linting formating
v5.0.0-beta.4
Bugfixes
- fix purging of readdir
v4.1.1
Bugfixes
- update memory-fs dependency for bugfixes: https://github.com/webpack/memory-fs/releases/tag/v0.5.0
v5.0.0-beta.3
Bugfixes
- PnP tracks dependency to the .pnp.js file
v5.0.0-beta.2
Dependencies
- tapable update
v5.0.0-beta.1
Features
- add support for
alias: { something: false }