mirror of
https://github.com/alex8088/electron-vite.git
synced 2025-11-10 14:32:44 +08:00
release: v5.0.0-beta.2
This commit is contained in:
parent
1bba6766e8
commit
3e9ded666c
@ -1,3 +1,11 @@
|
|||||||
|
### v5.0.0-beta.2 (_2025-10-30_)
|
||||||
|
|
||||||
|
- feat: reporter plugin for isolated builds
|
||||||
|
- perf(isolateEntries): transform log
|
||||||
|
- perf(isolateEntries): optimize entries transformation
|
||||||
|
- fix(asset): normalize imported public asset chunk path
|
||||||
|
- fix: avoid duplicate chunk emission
|
||||||
|
|
||||||
### v5.0.0-beta.1 (_2025-10-29_)
|
### v5.0.0-beta.1 (_2025-10-29_)
|
||||||
|
|
||||||
- feat: enhanced string protection
|
- feat: enhanced string protection
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "5.0.0-beta.1",
|
"version": "5.0.0-beta.2",
|
||||||
"description": "Electron build tooling based on Vite",
|
"description": "Electron build tooling based on Vite",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user