mirror of
https://github.com/alex8088/electron-vite.git
synced 2025-05-24 22:19:15 +08:00
release: v1.0.5
This commit is contained in:
parent
7a60cce781
commit
a5f6f13b9c
@ -1,3 +1,9 @@
|
|||||||
|
### v1.0.5 (_2022-08-20_)
|
||||||
|
|
||||||
|
- fix: can not get import meta env variables in renderer
|
||||||
|
- feat: define env prefix
|
||||||
|
- feat: new official website released
|
||||||
|
|
||||||
### v1.0.4 (_2022-07-03_)
|
### v1.0.4 (_2022-07-03_)
|
||||||
|
|
||||||
- fix: error occurs when the preload config is a function (by @Beiluola)
|
- fix: error occurs when the preload config is a function (by @Beiluola)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"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…
x
Reference in New Issue
Block a user