Skip to content

Releases: webpack/enhanced-resolve

v5.11.0

22 Nov 15:04
Compare
Choose a tag to compare

Features

  • utilize throwIfNoEntry in sync mode

v5.10.0

28 Jun 10:26
Compare
Choose a tag to compare

Features

  • add extensionAlias option

Bugfixes

  • fix validation of imports field

v5.9.3

13 Apr 08:00
Compare
Choose a tag to compare

Bugfixes

  • fix alias when #
  • fix alias fields when using names that are equal to method on the object prototype

v5.9.2

03 Mar 07:56
Compare
Choose a tag to compare

Bugfixes

  • fix absolute path aliasing on windows

v5.9.1

25 Feb 10:57
Compare
Choose a tag to compare

Bugfixes

  • fix yield

v5.9.0

08 Feb 07:49
Compare
Choose a tag to compare

Features

  • add yield option to allow reporting multiple results

Contributing

  • CI updates
  • linting updates

v5.8.3

20 Sep 09:38
Compare
Choose a tag to compare

Bugfix

  • fix bug when aliasing . in a browser field

v5.8.2

20 Sep 09:37
Compare
Choose a tag to compare

Bugfix

  • allow to resolve imports from a subpath (imports field)

v5.8.1

20 Sep 09:37
Compare
Choose a tag to compare

Bugfix

  • correctly call fs.statSync when there are no options

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)