release: v6.0.0-beta.1

This commit is contained in:
alex8088 2026-04-12 16:36:22 +08:00
parent 371b650d71
commit 31bfc4886b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
### v6.0.0-beta.0 (_2026-04-12_)
- refactor!: simplify resolve config and isolate user config for sub-builds
- fix!: compatible with rollupOptions and rolldownOptions
- fix: chunk filename is wrong in ES mode
### v6.0.0-beta.0 (_2026-04-09_) ### v6.0.0-beta.0 (_2026-04-09_)
- refactor: `?modulePath` sub-build output strategy - refactor: `?modulePath` sub-build output strategy

View File

@ -1,6 +1,6 @@
{ {
"name": "electron-vite", "name": "electron-vite",
"version": "6.0.0-beta.0", "version": "6.0.0-beta.1",
"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",