Commit 67485de
fix: normalize relative path for Windows compatibility in SSR manifest
Use Vite's `normalizePath()` on the `relative()` output to convert
backslash-separated Windows paths to forward slashes before interpolating
into the `import()` expression.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 21f6ca4 commit 67485de
File tree
1 file changed
+2
-1
lines changed- napi/angular-compiler/vite-plugin
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
168 | | - | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
0 commit comments