We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17d291 commit e7c33eeCopy full SHA for e7c33ee
docs/guide/migration.md
@@ -99,6 +99,9 @@ There are some changes which only affects plugin/tool creators.
99
- `printHttpServerUrls` is removed
100
- `server.app`, `server.transformWithEsbuild` are removed
101
- `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
105
- [[#7995] chore: do not fixStacktrace](https://github.com/vitejs/vite/pull/7995)
106
- `ssrLoadModule`'s `fixStacktrace` option's default is now `false`
107
- [[#8178] feat!: migrate to ESM](https://github.com/vitejs/vite/pull/8178)
0 commit comments