v5.21.3
Patch Changes
- TsconfigPathsPlugin now falls through to normal module resolution when a
pathspattern 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 vianode_modules. (by @xiaoxiaojx in #579)