release: v1.0.10

This commit is contained in:
alex8088 2022-10-07 13:49:51 +08:00
parent 59e1d93166
commit 811e6a1e1e
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
### v1.0.10 (_2022-10-07_)
- feat: export splitVendorChunk from vite
- fix: compatible with the latest version of Electron
- refactor: load config file
- perf: the bytecodePlugin transform arrow function by default
- perf: disable gzip-compressed size reporting, increase build performance
- perf: bytecode compilation log print format
- perf: build compatilibity target for Electron 21
### v1.0.9 (_2022-09-19_) ### v1.0.9 (_2022-09-19_)
- feat: source code protection - feat: source code protection

View file

@ -1,6 +1,6 @@
{ {
"name": "electron-vite", "name": "electron-vite",
"version": "1.0.9", "version": "1.0.10",
"description": "Electron build tooling based on Vite", "description": "Electron build tooling based on Vite",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",