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 44b8eee commit 839a180Copy full SHA for 839a180
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### v1.0.4 (_2022-07-03_)
2
+
3
+- fix: error occurs when the preload config is a function (by @Beiluola)
4
+- fix: ELECTRON_RENDERER_URL is incorrect when host is true (by @Beiluola)
5
+- feat: add sqlite3 module to rollup external option
6
7
### v1.0.3 (_2022-05-01_)
8
9
- fix: throw error when vite.config.\* file in root ([#3](https://github.com/alex8088/electron-vite/issues/3))
package.json
@@ -1,6 +1,6 @@
{
"name": "electron-vite",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Use vite for your electron app.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments