Skip to content

Releases: webpack/enhanced-resolve

v5.0.0-beta.8

06 Jul 21:01
Compare
Choose a tag to compare
v5.0.0-beta.8 Pre-release
Pre-release

Features

  • add roots option

v5.0.0-beta.7

17 Jun 10:16
Compare
Choose a tag to compare
v5.0.0-beta.7 Pre-release
Pre-release

Features

  • add fragment support

Bugfixes

  • handle query and fragment correctly in exports field lookup

v4.2.0

15 Jun 22:20
Compare
Choose a tag to compare

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

03 Jun 08:35
Compare
Choose a tag to compare
v5.0.0-beta.6 Pre-release
Pre-release

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

22 May 20:09
Compare
Choose a tag to compare
v5.0.0-beta.5 Pre-release
Pre-release

Features

  • generate and publish type declaration file for typescript
  • exports field support
    • add exportsFields option
    • add conditionNames option
  • self reference resolving when exports field is present

Bugfixes

  • module/ now correctly resolves to directory and not to module.js as file
  • fix lisence field in package.json

Performance

  • deduplicate duplicate entries in aliasFields, descriptionFiles, extensions, modules, mainFields and mainFiles

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

05 Nov 22:00
Compare
Choose a tag to compare
v5.0.0-beta.4 Pre-release
Pre-release

Bugfixes

  • fix purging of readdir

v4.1.1

08 Oct 12:35
Compare
Choose a tag to compare

Bugfixes

v5.0.0-beta.3

16 Aug 09:43
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

Bugfixes

  • PnP tracks dependency to the .pnp.js file

v5.0.0-beta.2

09 Jul 16:36
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

Dependencies

  • tapable update

v5.0.0-beta.1

08 Jul 14:21
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

Features

  • add support for alias: { something: false }