is it possible to obfuscate svelte/sapper finished (build) project? if yes, how? and how much it will be obfuscated? that tools like Wappalyzer couldn't detect it.
If you are using rollup bundler please try rollup-plugin-javascript-obfuscator
You can play with online obfuscator options to review them.
Most helpful comment
If you are using rollup bundler please try rollup-plugin-javascript-obfuscator
You can play with online obfuscator options to review them.