We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a60cce commit a5f6f13Copy full SHA for a5f6f13
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### v1.0.5 (_2022-08-20_)
2
+
3
+- fix: can not get import meta env variables in renderer
4
+- feat: define env prefix
5
+- feat: new official website released
6
7
### v1.0.4 (_2022-07-03_)
8
9
- fix: error occurs when the preload config is a function (by @Beiluola)
package.json
@@ -1,6 +1,6 @@
{
"name": "electron-vite",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "Use vite for your electron app.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments