vite-plugin-electron
Advanced tools
Changelog
0.9.0 (2022-08-12)
🎉 v0.9.0
is a stable version based on vite@3.0.6
~~vite-plugin-electron~~
vite-plugin-electron-renderer
renderBuiltUrl()
based on vite@3.0.6 (vite@3.0.6-8f2065e)Changelog
[2022-08-10] v0.8.7
70a8c6e fix: https://github.com/electron-vite/electron-vite-vue/issues/229
Changelog
[2022-08-08] v0.8.5
PR: #51
feat: add VITE_DEV_SERVER_URL
to electron
process env, so that it is easier to use
fix(🐞): VITE_DEV_SERVER_HOSTNAME cannot be used directly when
VITE_DEV_SERVER_HOSTNAME is a ipv6 address or
vite config server.host
is true
fix(🐞): use vite config mode
as default build
mode to avoid build mode not equal to vite config mode
when
vite config mode
!== 'development' which would lead to render env
not equal to electron main or preload
fix(🐞): build electron output after render to avoid the electron
output being deleted when the vite config emptyOutDir
is true
and the vite command is build
fix(🐞): use closeBundle
to replace writeBundle
, because in
extreme cases, an error will be reported. For example,
can't find preload module
will occur as an error
when preload
update frequently
Changelog
[2022-07-31] v0.8.4
envFile
options electron-vite-vue/issues/209ImportMeta['env']
declarationpnpm publish
instead of npm publish
#43Changelog
[2022-07-25] v0.8.2
envFile: false
normalizePath()
Changelog
[2022-07-21] v0.8.1
typescript
Changelog
[2022-07-19] v0.8.0
vite-plugin-electron@0.8.0
checkPkgMain.buildElectronMainPlugin()
checkPkgMain()
checkPkgMain
functioncheckPkgMain()
plugincheckPkgMain()
rollup
InputOption
vite-plugin-electron
to packages/electron