Can we disable automatic minify of JS in development stores?

Shopify automatically minimizes JavaScript files. It adds source mapping to the minified file:

//# sourceMappingURL=/s/files/1/0490/7981/t/6/assets/app.js.map?v=9459466

This feature is a great help for everybody to reduce the loading size.

Unfortunately, what is fantastic for production, is a massive problem for debugging in development.

Please can we have this feature disabled for Development Plan stores (test.myshopify.com)?

Thank you!