release: v1.0.3
This commit is contained in:
parent
1a0130ab4f
commit
ad3060d79d
|
@ -1,3 +1,9 @@
|
||||||
|
### v1.0.3 (_2022-05-01_)
|
||||||
|
|
||||||
|
- fix: throw error when vite.config.* file in root ([#3](https://github.com/alex8088/electron-vite/issues/3))
|
||||||
|
- feat: export splitVendorChunkPlugin from vite
|
||||||
|
- perf: build target for Electron 19
|
||||||
|
|
||||||
### v1.0.2 (_2022-03-31_)
|
### v1.0.2 (_2022-03-31_)
|
||||||
|
|
||||||
#### Bug fixes
|
#### Bug fixes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Use vite for your electron app.",
|
"description": "Use vite for your electron app.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue