release: v2.0.0-beta.4

This commit is contained in:
alex8088 2024-01-06 23:57:05 +08:00
parent a12646f25e
commit 932fc556f5
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
### v2.0.0-beta.4 (_2024-01-06_)
- fix: electron's export subpaths also need to be externalized ([#372](https://github.com/alex8088/electron-vite/issues/372))
### v2.0.0-beta.3 (_2024-01-04_) ### v2.0.0-beta.3 (_2024-01-04_)
- feat: config file supports "type": "module" in package.json - feat: config file supports "type": "module" in package.json

View file

@ -1,6 +1,6 @@
{ {
"name": "electron-vite", "name": "electron-vite",
"version": "2.0.0-beta.3", "version": "2.0.0-beta.4",
"description": "Electron build tooling based on Vite", "description": "Electron build tooling based on Vite",
"type": "module", "type": "module",
"main": "dist/index.cjs", "main": "dist/index.cjs",