Closed
Description
Expected Behavior
I'd want the obfuscator to overwrite the files in my /dist/ directory instead of appending an -obfuscated postfix. There has already been a suggestion alike mine, which got declined because it could potentially "lose you code". Fortunately this will not the case for me, as my /dist/ directory is tightly coupled with my /src/ directory since I'm using Typescript to transpile files to dist/*.js. So losing files isn't really applicable.
The issue I've referred to above is here:
#306
Current Behavior
Overwrites files ie. from "lol.js" to "lol-obfuscated.js".
Your Environment
- Obfuscator version used: 0.18.1