Skip to content

Commit

Permalink
docs(migration): fix wrong import (#1477)
Browse files Browse the repository at this point in the history
resolve #1473

vitejs/vite@1b0979f の反映です。
  • Loading branch information
shuuji3 authored Jun 27, 2024
1 parent 3f11479 commit 49f7887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Vite 5 では、esbuild 0.19 を使用し、esbuild 0.18 の互換性レイヤ
- `resolvePackageData`: 上記と同じで、パッケージディレクトリーを遡ってルートの `package.json` を取得するか、コミュニティーの [`vitefu`](https://github.com/svitejs/vitefu) パッケージを使用できます。

```js
import { resolve } from 'import-meta-env'
import { resolve } from 'import-meta-resolve'
import { findDepPkgJsonPath } from 'vitefu'
import fs from 'node:fs'

Expand Down

0 comments on commit 49f7887

Please sign in to comment.