stephenmathieson / node-obfuscator

maintainer wanted → Obfuscate your node packages because your boss says so!
216 stars 36 forks source link

Uncaught ReferenceError: require is not defined #36

Open PeterHdd opened 5 years ago

PeterHdd commented 5 years ago

When using this npm package, I keep getting the following error:

Uncaught ReferenceError: require is not defined

Im using it in an angular project and after building and running the application I got that error. Is there a way to fix this? Or am I missing something ?

Thank you for the help!