You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using bytecode plugin to build my app (all my app is mainly in the renderer), but I'm encountering a message "bytecodePlugin does not support renderer.". Does this mean that the code inside the renderer is not protected? We can only protect main and preload folders?
vite v5.4.6 building SSR bundle for production...
✓ 2 modules transformed.
out/main/bytecode-loader.cjs 2.31 kB
out/main/index.js 1.72 kB
✓ built in 232ms
✓ 1 bundles compiled into bytecode.
out/main/index.jsc 4.30 kB
vite v5.4.6 building SSR bundle for production...
✓ 1 modules transformed.
out/preload/index.js 0.42 kB
✓ built in 8ms
bytecodePlugin does not support renderer.
Describe the bug
I'm using bytecode plugin to build my app (all my app is mainly in the renderer), but I'm encountering a message "bytecodePlugin does not support renderer.". Does this mean that the code inside the renderer is not protected? We can only protect main and preload folders?
vite v5.4.6 building SSR bundle for production...
✓ 2 modules transformed.
out/main/bytecode-loader.cjs 2.31 kB
out/main/index.js 1.72 kB
✓ built in 232ms
✓ 1 bundles compiled into bytecode.
out/main/index.jsc 4.30 kB
vite v5.4.6 building SSR bundle for production...
✓ 1 modules transformed.
out/preload/index.js 0.42 kB
✓ built in 8ms
bytecodePlugin does not support renderer.
Electron-Vite Version
2.3.0
Electron Version
31.0.2
Vite Version
5.3.1
Validations
The text was updated successfully, but these errors were encountered: