release: v5.0.0-beta.3

This commit is contained in:
alex8088 2025-11-01 17:11:12 +08:00
parent 465690ab0d
commit 9eba4df577
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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",