Skip to content

Releases: webpack/enhanced-resolve

v5.8.0

19 Apr 09:44
Compare
Choose a tag to compare

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.7.0

13 Jan 20:46
Compare
Choose a tag to compare

Contribution

  • typescript 4.2

v5.6.0

12 Jan 13:24
Compare
Choose a tag to compare

Features

  • add support for wildcard exports/imports mapping

v5.5.0

11 Jan 13:38
Compare
Choose a tag to compare

Features

  • add preferAbsolute option to prefer absolute paths over roots

v4.5.0

11 Jan 13:12
Compare
Choose a tag to compare

Features

  • add preferAbsolute option

v4.4.0

11 Jan 11:48
Compare
Choose a tag to compare

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

21 Dec 14:01
Compare
Choose a tag to compare

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

02 Dec 22:20
Compare
Choose a tag to compare

Features

  • use graceful-fs in node.js api

Bugfixes

  • handle PnP requests with fullySpecified correctly

v5.3.2

20 Nov 16:13
Compare
Choose a tag to compare

Bugfix

  • fix problem where callback is called twice, resulting in crashes elsewhere

v5.3.1

23 Oct 12:47
Compare
Choose a tag to compare

Bugfixes

  • validate arguments to resolve and use callback for errors