File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v1.0.17 (_ 2023-01-08_ )
2
+
3
+ - feat: static asset handling
4
+ - fix: output duplicate log in vscode debugging [ #75 ] ( https://github.com/alex8088/electron-vite/issues/75 )
5
+ - chore(bytecodePlugin): KiB to kB
6
+ - chore(worker): use toRelativePath helper
7
+ - chore(deps): update all non-major dependencies
8
+ - chore(deps): update vite to 4.0.4
9
+
1
10
### v1.0.16 (_ 2022-12-12_ )
2
11
3
12
- feat: vite 4.x support [ #69 ] ( https://github.com/alex8088/electron-vite/issues/69 )
25
34
- refactor: plugins
26
35
- fix(swcPlugin): unreachable code
27
36
- fix(bytecodePlugin): bytecode loader injection and chunk module parsing errors [ #49 ] ( https://github.com/alex8088/electron-vite/issues/49 )
28
- - fix: incorrect replace __ dirname/ __ filename in config file
37
+ - fix: incorrect replace ` __dirname ` / ` __filename ` in config file
29
38
- fix: output format error under multiple entries
30
39
31
40
### v1.0.12 (_ 2022-11-02_ )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-vite" ,
3
- "version" : " 1.0.16 " ,
3
+ "version" : " 1.0.17 " ,
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