File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### v1.0.25 (_ 2023-07-11_ )
2
+
3
+ - fix: remove node resolve condition for preload [ #204 ] ( https://github.com/alex8088/electron-vite/issues/204 )
4
+ - fix(asset): asset handling error when hot reloading
5
+ - chore(deps): update all non-major dependencies
6
+ - chore(deps): update fs-extra to v11
7
+ - chore(deps): update @types/node to v18
8
+ - chore(deps): update typescript to 5.0.4
9
+ - chore(deps): update vite to 4.4.2
10
+ - chore(deps): update esbuild to v0.18
11
+ - chore(deps): update rollup to 3.26.2
12
+
1
13
### v1.0.24 (_ 2023-06-25_ )
2
14
3
15
- fix(bytecodePlugin): bytecode loader relative path is incorrect
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-vite" ,
3
- "version" : " 1.0.24 " ,
3
+ "version" : " 1.0.25 " ,
4
4
"description" : " Electron build tooling based on Vite" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments