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 file like .babelrc for that package?) regardless of my include or ignore configuration.

