When I use sencha app watch on a new app created by sencha cmd, I obtain, inspecting with browser tools, a readable app.js. Doing the same using sencha app build, the app.js file is minified and hard to debug.
How can I obtain the same result of sencha app watch from sencha app build?