release: v1.0.3

This commit is contained in:
alex8088 2022-05-01 00:29:13 +08:00
parent 1a0130ab4f
commit ad3060d79d
2 changed files with 7 additions and 1 deletions

View file

@ -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_)
#### Bug fixes

View file

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "1.0.2",
"version": "1.0.3",
"description": "Use vite for your electron app.",
"main": "dist/index.js",
"types": "dist/index.d.ts",