We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4dacb commit da970caCopy full SHA for da970ca
guide/troubleshooting.md
@@ -64,15 +64,6 @@ ESM ファイルは [`--experimental-require-module`](https://nodejs.org/docs/la
64
- 一番近い `package.json` に `"type": "module"` を追加する
65
- `vite.config.js` / `vite.config.ts` を `vite.config.mjs` / `vite.config.mts` にファイル名を変更する
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
-上記のエラーは、プロジェクトフォルダーへのパスに `*` が含まれている場合に発生することがあります。 esbuild は `*` を glob として扱います。ディレクトリー名を変更して `*` を削除する必要があります。
75
76
## 開発サーバー
77
78
### リクエストがいつまでも終わらない
0 commit comments