ghostdevv / rollup-obfuscator

A plugin to obfuscate javascript for rollup based on https://www.npmjs.com/javascript-obfuscator
MIT License
56 stars 7 forks source link

Domain Lock does not go away #151

Open larsfriese opened 3 weeks ago

larsfriese commented 3 weeks ago

Hi, I uninstalled this package, cleared the dist folder, reran npm run build multiple times, cleared the node_modules/.vite/ folder, but still the domain lock that i have set in my vite.config.js when I used the plugin is active when then serving the build with http-server dist -p 8000.

I use: node v20.11.1, npm version 10.2.4

Also, changing the domainLock option once it has been set doesn't work either.