Minification is overrated anyway.<p>1. After gzipping, which is done transparently by almost every server/client, the payload size savings from minification really aren't all that compelling.
2. Minification makes debugging your production code harder (digging through minified source) or more laborious (working with a source map).
3. Obfuscating your code runs antithetical to the open nature of the web