electron-vite / electron-vite-react

:electron: Electron + Vite + React + Sass boilerplate.
https://electron-vite.github.io
MIT License
1.93k stars 240 forks source link

[Help] Code Protection and Obfuscation #228

Open NotYoojun opened 3 months ago

NotYoojun commented 3 months ago

Hi there,

Is there a good way to protect the source code? Like V8 bytecode. I saw an article about it, but it was for another 'electron-vite' package: https://electron-vite.org/guide/

This is really necessary and helpful for my projects.