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 a12646f commit 932fc55Copy full SHA for 932fc55
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v2.0.0-beta.4 (_2024-01-06_)
2
+
3
+- fix: electron's export subpaths also need to be externalized ([#372](https://github.com/alex8088/electron-vite/issues/372))
4
5
### v2.0.0-beta.3 (_2024-01-04_)
6
7
- feat: config file supports "type": "module" in package.json
package.json
@@ -1,6 +1,6 @@
{
"name": "electron-vite",
- "version": "2.0.0-beta.3",
+ "version": "2.0.0-beta.4",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "dist/index.cjs",
0 commit comments