Sourced from vite-tsconfig-paths's releases.
v6.1.0
Features
- New
importerFilteroption: Provides fine-grained control over which files should have their imports resolved by this plugin. (Closes #175, #193)- Ignore
.d.tsoverrides: The plugin now ignores resolutions that point to.d.tsfiles, avoiding issues whentsconfigis used for opt-in type overrides. (Closes #179, #180)Performance
- Hoisted regular expressions out of the hot path in the resolver for better performance.
Internal
- Added
resolvedToDeclarationFileevent to the debug log file.
c5659ce
chore: release v6.1.093dd887
chore: add "resolvedToDeclarationFile" event to log filee1e7678
feat: ignore .d.ts-only overrides in tsconfigc8e4ec3
chore(perf): hoist regexes out of hot pathd0ad01c
feat: add importerFilter option0b47a6a
chore: release v6.0.514aa53b
fix: change vite to a required peer dependencyf91de32
chore: release v6.0.4232f17c
fix: move vite to dependencies8ecf047
fix: initialize resolvers before dependency pre-bundling occurs