You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ specify it in the options like in the following:
45
45
| Name | Type | Default | Description |
46
46
|------|------|---------|-------------|
47
47
|`projectRoot`|`string`|`config.root`| Absolute path that will be reported to DevTools. Useful for monorepos or when the Vite root is not the desired folder. |
48
-
|`normalizeForChrome`|`boolean`|`true`| Convert Linux paths to UNC form so Chrome on Windows (WSL / Docker Desktop) can mount them. Pass `false` to disable. |
48
+
|`normalizeForWindowsContainer`|`boolean`|`true`| Convert Linux paths to UNC form so Chrome on Windows (WSL / Docker Desktop) can mount them (e.g. via WSL or Docker Desktop). Pass `false` to disable. <br/>_Alias:_`normalizeForChrome` (deprecated)_|
49
49
|`uuid`|`string`| auto-generated | Fixed UUID if you prefer to control it yourself. |
0 commit comments