mirror of
https://github.com/alex8088/electron-vite.git
synced 2025-11-10 06:24:33 +08:00
release: v5.0.0-beta.0
This commit is contained in:
parent
5debb6f83b
commit
f264d41d7f
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,3 +1,19 @@
|
|||||||
|
### v5.0.0-beta.0 (_2025-10-19_)
|
||||||
|
|
||||||
|
- refactor(bytecodePlugin): improved bytecode bundle generation and made a new string protection plugin
|
||||||
|
- refactor(modulePath): better support for tree-shaking and code-splitting
|
||||||
|
- refactor: remove Electron 18, 19, 20, 21 build compatilibity target
|
||||||
|
- perf(plugin): more efficient module filtering via regular expressions
|
||||||
|
- perf(plugin): no need to cache `sourcemap` option
|
||||||
|
- perf(plugin): lazily initialize `MagicString` and remove the redundant pre-check
|
||||||
|
- perf(bytecodePlugin): better way to count bytecode chunks
|
||||||
|
- perf(plugin): enhance path resolution using `import.meta.dirname` for ES modules
|
||||||
|
- chore(deps): update all non-major dependencies
|
||||||
|
- chore: update eslint config
|
||||||
|
- chore: replace `tseslint.config` with `defineConfig`
|
||||||
|
- chore: remove redundant external id
|
||||||
|
- chore: rename the file `esm` to `esmShim`
|
||||||
|
|
||||||
### v4.0.1 (_2025-09-21_)
|
### v4.0.1 (_2025-09-21_)
|
||||||
|
|
||||||
- perf: build compatibility target for Electron 38
|
- perf: build compatibility target for Electron 38
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "4.0.1",
|
"version": "5.0.0-beta.0",
|
||||||
"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