release: v1.0.24

This commit is contained in:
alex8088 2023-06-25 21:09:29 +08:00
parent 4f796e4c8a
commit 785b32f2b0
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
### v1.0.24 (_2023-06-25_)
- fix(bytecodePlugin): bytecode loader relative path is incorrect
- perf: ignore `browser` field and additional `node` condition for main config
### v1.0.23 (_2023-06-04_) ### v1.0.23 (_2023-06-04_)
- feat: supports ES build target for renderer [#174](https://github.com/alex8088/electron-vite/issues/174) - feat: supports ES build target for renderer [#174](https://github.com/alex8088/electron-vite/issues/174)

View file

@ -1,6 +1,6 @@
{ {
"name": "electron-vite", "name": "electron-vite",
"version": "1.0.23", "version": "1.0.24",
"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",