mirror of
https://github.com/alex8088/electron-vite.git
synced 2025-11-10 06:24:33 +08:00
release: v5.0.0-beta.3
This commit is contained in:
parent
465690ab0d
commit
9eba4df577
@ -1,3 +1,12 @@
|
|||||||
|
### v5.0.0-beta.3 (_2025-11-01_)
|
||||||
|
|
||||||
|
- feat(config): add `build.externalizeDeps` and `build.bytecode` config options to replace `externalizeDepsPlugin` and `bytecodePlugin`
|
||||||
|
- refactor(config): move the `isolateEntries` options to the `build` option
|
||||||
|
- refactor: deprecated `externalizeDepsPlugin` and `bytecodePlugin`
|
||||||
|
- refactor(config)!: remove function resolution for nested config fields
|
||||||
|
- perf(buildReport): exclude node_modules from watch list
|
||||||
|
- fix(modulePath): rewrite the build input instead of merging
|
||||||
|
|
||||||
### v5.0.0-beta.2 (_2025-10-30_)
|
### v5.0.0-beta.2 (_2025-10-30_)
|
||||||
|
|
||||||
- feat: reporter plugin for isolated builds
|
- feat: reporter plugin for isolated builds
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "5.0.0-beta.2",
|
"version": "5.0.0-beta.3",
|
||||||
"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