Skip to content

v5.21.3

Choose a tag to compare

@github-actions github-actions released this 11 May 16:23
· 36 commits to main since this release
d09bdb2

Patch Changes

  • TsconfigPathsPlugin now falls through to normal module resolution when a paths pattern matches but the mapped path does not exist, matching TypeScript's native resolution behavior. Previously, patterns like "@*" would block scoped npm packages (e.g. @sentry/react) from resolving via node_modules. (by @xiaoxiaojx in #579)