I\'ve got a .babelrc file at the root of a project:
.babelrc
{ \"presets\": [\"es2015\"], \"ignore\": [ \"src\" ] }
When I compil
This was an issue with babel-cli.
It has been fixed in v6.14.0. Here is the changelog for this version: https://github.com/babel/babel/releases/tag/v6.14.0