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 1a0130a commit ad3060dCopy full SHA for ad3060d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### v1.0.3 (_2022-05-01_)
2
+
3
+- fix: throw error when vite.config.* file in root ([#3](https://github.com/alex8088/electron-vite/issues/3))
4
+- feat: export splitVendorChunkPlugin from vite
5
+- perf: build target for Electron 19
6
7
### v1.0.2 (_2022-03-31_)
8
9
#### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "electron-vite",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Use vite for your electron app.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments