Commit d1268ab
authored
Update dependency vite-tsconfig-paths to v6.1.0
| datasource | package | from | to |
| ---------- | ------------------- | ----- | ----- |
| npm | vite-tsconfig-paths | 6.0.5 | 6.1.0 |
## [v6.1.0](https://github.com/aleclarson/vite-tsconfig-paths/releases/tag/v6.1.0)
##### Features
- **New `importerFilter` option:** Provides fine-grained control over which files should have their imports resolved by this plugin. (Closes [#175](aleclarson/vite-tsconfig-paths#175), [#193](aleclarson/vite-tsconfig-paths#193))
- **Ignore `.d.ts` overrides:** The plugin now ignores resolutions that point to `.d.ts` files, avoiding issues when `tsconfig` is used for opt-in type overrides. (Closes [#179](aleclarson/vite-tsconfig-paths#179), [#180](aleclarson/vite-tsconfig-paths#180))
##### Performance
- Hoisted regular expressions out of the hot path in the resolver for better performance.
##### Internal
- Added `resolvedToDeclarationFile` event to the debug log file.1 parent e28e2c9 commit d1268ab
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments