Don't use obfuscated Javascript libraries in development

If you must use third party Javascript libraries in development then use them in uncompressed format.

It’s better for a team to understand all the code they they have running in their applications.

Same thought process as to why typescript is a bad idea and why one shouldn’t use CSS pre-processors.

Ignorance is not bliss.

Clarity and understanding are better.