Commit 69cf07f
feat(test): support CLI package path aliases in vendor-aliases plugin
Added support for `@voidzero-dev/vite-plus/test/*` subpath imports in addition
to existing `vitest/*` and `@voidzero-dev/vite-plus-test/*` patterns.
All three import patterns now work:
- `vitest/browser-playwright` (Recommended, requires vitest override)
- `@voidzero-dev/vite-plus-test/browser-playwright` (direct test package)
- `@voidzero-dev/vite-plus/test/browser-playwright` (direct CLI package)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 45b7e4a commit 69cf07f
2 files changed
Lines changed: 27 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
159 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
160 | 164 | | |
161 | 165 | | |
162 | | - | |
163 | | - | |
| 166 | + | |
| 167 | + | |
164 | 168 | | |
165 | 169 | | |
166 | 170 | | |
| |||
327 | 331 | | |
328 | 332 | | |
329 | 333 | | |
330 | | - | |
| 334 | + | |
| 335 | + | |
331 | 336 | | |
332 | 337 | | |
333 | 338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1148 | 1148 | | |
1149 | 1149 | | |
1150 | 1150 | | |
1151 | | - | |
| 1151 | + | |
1152 | 1152 | | |
1153 | | - | |
| 1153 | + | |
| 1154 | + | |
1154 | 1155 | | |
1155 | 1156 | | |
1156 | 1157 | | |
| |||
1178 | 1179 | | |
1179 | 1180 | | |
1180 | 1181 | | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
1181 | 1190 | | |
1182 | 1191 | | |
1183 | 1192 | | |
| |||
1235 | 1244 | | |
1236 | 1245 | | |
1237 | 1246 | | |
1238 | | - | |
| 1247 | + | |
1239 | 1248 | | |
| 1249 | + | |
1240 | 1250 | | |
1241 | 1251 | | |
1242 | 1252 | | |
1243 | 1253 | | |
1244 | | - | |
| 1254 | + | |
1245 | 1255 | | |
1246 | | - | |
| 1256 | + | |
1247 | 1257 | | |
1248 | 1258 | | |
1249 | 1259 | | |
| |||
0 commit comments