Replies: 2 comments
-
Hey, you mean something like this: https://github.com/javascript-obfuscator/javascript-obfuscator ? :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am using Parcel https://github.com/parcel-bundler |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i use vite/rollup
npm run build
to Builds code bundle with production settings (minification, no source maps, etc..) ,and get a dist folder with *.js *.html etc.. in it .
looking into these js files , i think it is not too difficult to decode .
Is there a better way to bundle securely?
i want to deploy my game in public server , everyone can play it
Beta Was this translation helpful? Give feedback.
All reactions