Skip to content

Commit a2f39c8

Browse files
authored
docs(migration): make it clear whether the section is applicable for rolldown-vite users (#2292)
1 parent 84168ea commit a2f39c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

guide/migration.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# v7 からの移行
22

3-
## デフォルトブラウザーターゲットの変更
3+
v6 および v7 の Vite に統合された Rolldown のテクニカルプレビューリリースである `rolldown-vite` から移行する場合は、タイトルに <Badge text="NRV" type="warning" /> が付いているセクションのみが該当します。
4+
5+
## デフォルトブラウザーターゲットの変更 [<Badge text="NRV" type="warning" />](#migration-from-v7)
46

57
`build.target``'baseline-widely-available'` のデフォルトブラウザー値がより新しいブラウザーバージョンに更新されました:
68

@@ -334,9 +336,9 @@ const plugin = {
334336
- `worker.rollupOptions`: `worker.rolldownOptions` に名前変更
335337
- `build.commonjsOptions`: 現在は no-op
336338

337-
## 全般的な変更
339+
## 全般的な変更 [<Badge text="NRV" type="warning" />](#migration-from-v7)
338340

339-
## 非推奨機能の削除
341+
## 非推奨機能の削除 [<Badge text="NRV" type="warning" />](#migration-from-v7)
340342

341343
**_TODO: この変更はまだ実装されていませんが、安定版リリース前に実装されます。_**
342344

0 commit comments

Comments
 (0)