Skip to content

Releases: webpack/enhanced-resolve

v5.14.0

09 May 16:15
Compare
Choose a tag to compare

Features

Bugfixes

  • Significantly improve type coverage & definitions for resolve by @43081j in #357
  • Fix bug where aliasFields was not being applied to package exports field by @alexander-akait in #380

Dependencies & Maintenance

  • Update checkout, setup-node, and codecov github actions by @snitin315 in #378

New Contributors

Full Changelog: v5.13.0...v5.14.0

v5.13.0

19 Apr 15:34
Compare
Choose a tag to compare

Features

  • Add withFileTypes options from FileSystem API by @fu1996 in #374

Bugfixes

  • Support wildcards pattern with common suffix in imports/exports field by @bvanjoi in #353

Dependencies

Developer Experience

New Contributors

Full Changelog: v5.12.0...v5.13.0

v5.12.0

23 Nov 18:23
Compare
Choose a tag to compare
  • reverts "utilize throwIfNoEntry in sync mode"

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