mirror of
https://github.com/alex8088/electron-vite.git
synced 2026-04-29 17:28:15 +08:00
release: v6.0.0-beta.1
This commit is contained in:
parent
371b650d71
commit
31bfc4886b
@ -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
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user