Build Integration
Add protection after bundling, before deployment.
Keep your existing Vite, Webpack, Rollup, npm, or CI workflow. JavaScript Obfuscator works best as a post-build release step that takes generated JavaScript and writes protected output.
Release Pattern
One protected artifact path for every release.
Use the desktop app to configure and test settings, generate a command, and run the same protection profile from your release script.
Configure onceSave project settings in the desktop workflow.
Automate laterUse the generated command from CI or a release script.
Test protected outputRun smoke tests against the protected build before deploy.