From d9a094794472032167fc9f03f6d4a770e5c1ef1e Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Sat, 22 Mar 2025 01:07:04 +0900 Subject: [PATCH] feat(config): improve bad character warning --- guide/troubleshooting.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/guide/troubleshooting.md b/guide/troubleshooting.md index 629e44c4..05d84de0 100644 --- a/guide/troubleshooting.md +++ b/guide/troubleshooting.md @@ -64,15 +64,6 @@ ESM ファイルは [`--experimental-require-module`](https://nodejs.org/docs/la - 一番近い `package.json` に `"type": "module"` を追加する - `vite.config.js` / `vite.config.ts` を `vite.config.mjs` / `vite.config.mts` にファイル名を変更する -### `failed to load config from '/path/to/config*/vite.config.js'` - -> failed to load config from '/path/to/config\*/vite.config.js' -> error when starting dev server: -> Error: Build failed with 1 error: -> error: Must use "outdir" when there are multiple input files - -上記のエラーは、プロジェクトフォルダーへのパスに `*` が含まれている場合に発生することがあります。 esbuild は `*` を glob として扱います。ディレクトリー名を変更して `*` を削除する必要があります。 - ## 開発サーバー ### リクエストがいつまでも終わらない