Commit 1838bdb 1 parent ff23f7d commit 1838bdb Copy full SHA for 1838bdb
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v2.2.0 (_ 2024-04-21_ )
2
+
3
+ - feat: export mergeConfig from vite ([ #471 ] ( https://github.com/alex8088/electron-vite/issues/471 ) )
4
+ - fix(types): narrow down the return type of defineConfig
5
+ - perf: build compatilibity target for Electron 30
6
+ - refactor(config): defineConfig types
7
+ - chore: fix camelcase typo
8
+ - chore: use rollup-plugin-rm to clean dist
9
+
1
10
### v2.1.0 (_ 2024-03-03_ )
2
11
3
- - feat: feat: easy way to fork processes and use workers
12
+ - feat: easy way to fork processes and use workers
4
13
- fix: config via build.lib fails when default entry point not found ([ #393 ] ( https://github.com/alex8088/electron-vite/issues/393 ) )
5
14
- perf: build compatilibity target for Electron 29
6
15
- perf: allow integrating more complex render solutions ([ #412 ] ( https://github.com/alex8088/electron-vite/pull/412 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-vite" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"description" : " Electron build tooling based on Vite" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments