We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51259b commit a96bdd9Copy full SHA for a96bdd9
packages/vite/CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [2.7.6](https://github.com/vitejs/vite/compare/v2.7.5...v2.7.6) (2021-12-22)
2
+
3
4
+### Bug Fixes
5
6
+* remove virtual module prefix while generating manifest ([#6225](https://github.com/vitejs/vite/issues/6225)) ([d51259b](https://github.com/vitejs/vite/commit/d51259b73c484dea67d4c4afb6b76fbbb866631c))
7
8
9
10
## [2.7.5](https://github.com/vitejs/vite/compare/v2.7.4...v2.7.5) (2021-12-21)
11
12
packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "2.7.5",
+ "version": "2.7.6",
"license": "MIT",
"author": "Evan You",
"description": "Native-ESM powered web dev build tool",
0 commit comments