With Firebase Hosting how do I turn off bundling and minification?
问题 I am pleased with how quickly I can get my AngularJS and Firebase app deployed to Firebase Hosting, but it appears that local CSS and JavaScript files are bundled and minified as part of executing $firebase deploy I would like to debug the JavaScript after deploying. How do I turn off bundling and minification as part of the deploy? 回答1: We're currently in beta and this is something we will be implementing soon but I'm afraid at this time it's not possible to turn off the minification and