For those of us that need to support older browsers, we run a compiler like Babel over application code. But that's not all of the code that we ship to browsers; there's also the code in our node_modules
.
Can we make compiling our dependencies not just possible, but normal?