How to build without javascript obfuscation?

Hi :slight_smile:

I’m currently build a app to Windows 10 and when when trying to debug the app in Visual Studio gets really difficult to read the stack track of erros when the javascript is obfuscated.

There is a option to disable obfuscation in my code when run in my local machine?

Tried adding --dev to the build options in your package.json?