Babel 7: Force Transpile of installed package source code
So here is the problem; I have an existing project which installs a private package that uses features not-yet-supported in an old version of node. And due to the fact that @babel 7 will not transpile any files under node_modules (Maybe I need a...