mauron85 / cordova-plugin-background-geolocation-example

51 stars 54 forks source link

Obfuscate #19

Open luizmucman opened 5 years ago

luizmucman commented 5 years ago

I can build the example without obfuscate the app.js?

mauron85 commented 5 years ago

There is source map available, so you should be able to browse source code in the browser. Also you can build app.js and skip minimization phase with:

NODE_ENV=development npm run compile

It will compile app.js and leave it unminified.