Skip to content

Commit 785b32f

Browse files
committed
release: v1.0.24
1 parent 4f796e4 commit 785b32f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v1.0.24 (_2023-06-25_)
2+
3+
- fix(bytecodePlugin): bytecode loader relative path is incorrect
4+
- perf: ignore `browser` field and additional `node` condition for main config
5+
16
### v1.0.23 (_2023-06-04_)
27

38
- feat: supports ES build target for renderer [#174](https://github.com/alex8088/electron-vite/issues/174)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-vite",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"description": "Electron build tooling based on Vite",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)