release: v1.0.10
This commit is contained in:
parent
59e1d93166
commit
811e6a1e1e
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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_)
|
||||
|
||||
- feat: source code protection
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "electron-vite",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"description": "Electron build tooling based on Vite",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
Loading…
Reference in a new issue