add a header to automatically require node-source-map-support to the start of the transpiled code
$ npm install babel-plugin-node-source-map-support
{
"presets": ["es2015"],
"plugins": [
["babel-plugin-node-source-map-support"]
]
}
MIT, see LICENSE for details.