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: docs/guide/troubleshooting.md
-9
Original file line number
Diff line number
Diff line change
@@ -64,15 +64,6 @@ While it may work using [`--experimental-require-module`](https://nodejs.org/doc
64
64
- adding `"type": "module"` to the nearest `package.json`
65
65
- renaming `vite.config.js`/`vite.config.ts` to `vite.config.mjs`/`vite.config.mts`
66
66
67
-
### `failed to load config from '/path/to/config*/vite.config.js'`
68
-
69
-
> failed to load config from '/path/to/config\*/vite.config.js'
70
-
> error when starting dev server:
71
-
> Error: Build failed with 1 error:
72
-
> error: Must use "outdir" when there are multiple input files
73
-
74
-
The error above may occur if the path to your project folder contains `*`, which esbuild treats as a glob. You will need to rename your directory to remove the `*`.
0 commit comments