Skip to content

Releases: webpack/enhanced-resolve

v5.20.0

28 Feb 09:57

Choose a tag to compare

Features

  • Added the baseUrl option to override the tsconfig.json's baseUrl
  • Enabled trailing commas support for JSONC

Fixes

  • Detect circular extends to prevent infinite loop in tsconfig.json
  • Support JSONC comments in tsconfig.json

v5.19.0

03 Feb 13:00

Choose a tag to compare

Features

  • Added TsconfigPathsPlugin (replacement for tsconfig-paths-webpack-plugin) .

v5.18.4

11 Dec 18:57

Choose a tag to compare

Fixes

  • Allow subpath imports that start with #/
  • Handle file: schema

v5.18.3

06 Aug 12:00

Choose a tag to compare

Fixes

  • Fixed nonsensible intersection in types

Performance

  • Decreased initial loading time

v5.18.2

24 Jun 05:30

Choose a tag to compare

Fixes

  • [Types] FileSystem type

v5.18.1

04 Feb 16:25

Choose a tag to compare

Perf

  • Fast path for parsing requests without \0

v5.18.0

20 Dec 13:28

Choose a tag to compare

Features

  • Added wildcards support for aliases

v5.17.1

23 Jul 14:18

Choose a tag to compare

Fixes

  • fix: exports and imports array target resolving

Perf

  • avoid creating a new array inside doResolve

v5.17.0

04 Jun 15:47

Choose a tag to compare

Features

  • Allow default condition to be anywhere

v5.16.1

07 May 13:48

Choose a tag to compare

Bugfixes

  • use cache for exports and imports plugins