Skip to content

Releases: webpack/enhanced-resolve

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)

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