We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44810a commit a8adcacCopy full SHA for a8adcac
packages/vite/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.0.0-alpha.5 (2024-04-26)
2
+
3
+* fix: use environment.plugins during build, support create hook ([a44810a](https://github.com/vitejs/vite/commit/a44810a))
4
5
6
7
## 6.0.0-alpha.4 (2024-04-26)
8
9
* fix: backcompat merging ([294a84e](https://github.com/vitejs/vite/commit/294a84e))
packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "6.0.0-alpha.4",
+ "version": "6.0.0-alpha.5",
"type": "module",
"license": "MIT",
"author": "Evan You",
0 commit comments