The plugin system is designed with a clean separation between core functionality and platform-specific implementations: src/ ├── core/ # Platform-agnostic core functionality │ ├── types.ts # Core ...
A webpack plugin for obfuscating JavaScript code using javascript-obfuscator. The plugin attempts to make intelligent decisions about how to obfuscate the code, but it may not always make the best ...