Skip to content

Commit da970ca

Browse files
authored
feat(config): improve bad character warning (#1890)
1 parent 6d4dacb commit da970ca

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

guide/troubleshooting.md

-9
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ ESM ファイルは [`--experimental-require-module`](https://nodejs.org/docs/la
6464
- 一番近い `package.json``"type": "module"` を追加する
6565
- `vite.config.js` / `vite.config.ts``vite.config.mjs` / `vite.config.mts` にファイル名を変更する
6666

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-
上記のエラーは、プロジェクトフォルダーへのパスに `*` が含まれている場合に発生することがあります。 esbuild は `*` を glob として扱います。ディレクトリー名を変更して `*` を削除する必要があります。
75-
7667
## 開発サーバー
7768

7869
### リクエストがいつまでも終わらない

0 commit comments

Comments
 (0)