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 2132ecc commit bf27b46Copy full SHA for bf27b46
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v1.0.8 (_2022-09-11_)
2
+
3
+- feat: the main process and preload scripts support hot reloading [#7](https://github.com/alex8088/electron-vite/issues/7)
4
5
### v1.0.7 (_2022-08-29_)
6
7
- feat: add sourcemap cli options for debugging
package.json
@@ -1,6 +1,6 @@
{
"name": "electron-vite",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments