vite-plugin-electron-renderer
Advanced tools
Changelog
0.13.0 (2023-03-20)
Since 0.13.0
, Pre-Bundling will be handled automatically within the plugin
Changelog
0.12.1 (2023-02-09)
9803675 fix(test): the right time
41bff23 fix: optimizeDeps.exclude
builtin modules #27
Changelog
0.12.0 (2023-02-09)
nodeIntegration:false
#24esbuild
Changelog
0.11.2 (2022-11-18)
assetsDir
default valueChangelog
0.11.1 (2022-11-16)
optimizeDeps.exclude
.Changelog
0.11.0 (2022-11-15)
optimizeDeps
(the 'electron' module does not need to be built), this brings the benefit of being able to use it in Web Worker at the same time.worker()
plugin.nodeIntegration
in build-config.tsoptimizeDeps
support Node.js built-in modulesworker()
, remove Node.js API support.