I am using the yo generator for scaffolding the project, everything works like a charm when I build I am able to get the minified code in dist folder, I am using firebase for my so I will be putting all my business logic in client side though minification helps but all the contoller names,method names and factory names are exposed as string litreals, so please help me how to Obfuscate my js so that all string literals are replaced or else how can I secure my code .
I am using the yo generator for scaffolding the project, everything works like a charm when I build I am able to get the minified code in dist folder, I am using firebase for my so I will be putting all my business logic in client side though minification helps but all the contoller names,method names and factory names are exposed as string litreals, so please help me how to Obfuscate my js so that all string literals are replaced or else how can I secure my code .