0
votes

I wish to know if there's a way to encrypt front end code so the user can't truly understand it. I client is asking to know this information. I already use webpack to minimize the data. I wanna is possible to do something more. So the user use web app more like blackbox.

No, there is no way to do that. The browser has to be able to parse the code, and if the browser can do it, the browser user can also do it.Pointy