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.13 (_ 2022-11-11_ )
2
+
3
+ - feat: support for node worker
4
+ - refactor: plugins
5
+ - fix(swcPlugin): unreachable code
6
+ - fix(bytecodePlugin): bytecode loader injection and chunk module parsing errors [ #49 ] ( https://github.com/alex8088/electron-vite/issues/49 )
7
+ - fix: incorrect replace __ dirname/__ filename in config file
8
+ - fix: output format error under multiple entries
9
+
1
10
### v1.0.12 (_ 2022-11-02_ )
2
11
3
12
- feat: support monorepo (by @ianstormtaylor )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-vite" ,
3
- "version" : " 1.0.12 " ,
3
+ "version" : " 1.0.13 " ,
4
4
"description" : " Electron build tooling based on Vite" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
13
13
" node.d.ts"
14
14
],
15
15
"engines" : {
16
- "node" : " >=12.2 .0"
16
+ "node" : " ^14.18.0 || >=16.0 .0"
17
17
},
18
18
"author" : " Alex Wei<https://github.com/alex8088>" ,
19
19
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments