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 19bfb2a commit 555d4b4Copy full SHA for 555d4b4
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+### v1.0.9 (_2022-09-19_)
2
+
3
+- feat: source code protection
4
+- fix: specify a config file error
5
+- fix: in the specified non-production mode, the `base` path is wrong
6
+- perf: cache electron executable path
7
+- chore: add electron-vite mode node env
8
+- chore: use node prefix
9
10
### v1.0.8 (_2022-09-11_)
11
12
- feat: the main process and preload scripts support hot reloading [#7](https://github.com/alex8088/electron-vite/issues/7)
package.json
@@ -1,6 +1,6 @@
{
"name": "electron-vite",
- "version": "1.0.8",
+ "version": "1.0.9",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments