Skip to content

Commit e7c33ee

Browse files
committed
docs: mention breaking change from vitejs#6901
1 parent e17d291 commit e7c33ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/guide/migration.md

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ There are some changes which only affects plugin/tool creators.
9999
- `printHttpServerUrls` is removed
100100
- `server.app`, `server.transformWithEsbuild` are removed
101101
- `import.meta.hot.acceptDeps` is removed
102+
- [[#6901] fix: sequential injection of tags in transformIndexHtml](https://github.com/vitejs/vite/pull/6901)
103+
- `transformIndexHtml` now gets the correct content modifed by plugins executed before
104+
- The order of the tags injected by `transformIndexHtml` is now correct
102105
- [[#7995] chore: do not fixStacktrace](https://github.com/vitejs/vite/pull/7995)
103106
- `ssrLoadModule`'s `fixStacktrace` option's default is now `false`
104107
- [[#8178] feat!: migrate to ESM](https://github.com/vitejs/vite/pull/8178)

0 commit comments

Comments
 (0)