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 4f796e4 commit 785b32fCopy full SHA for 785b32f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### v1.0.24 (_2023-06-25_)
2
+
3
+- fix(bytecodePlugin): bytecode loader relative path is incorrect
4
+- perf: ignore `browser` field and additional `node` condition for main config
5
6
### v1.0.23 (_2023-06-04_)
7
8
- feat: supports ES build target for renderer [#174](https://github.com/alex8088/electron-vite/issues/174)
package.json
@@ -1,6 +1,6 @@
{
"name": "electron-vite",
- "version": "1.0.23",
+ "version": "1.0.24",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments