babel-plugin-node-source-map-support
v0.0.1
Published
add a header to automatically require node-source-map-support to the start of the transpiled code
Downloads
310
Maintainers
Readme
babel-plugin-source-map-support
add a header to automatically require node-source-map-support to the start of the transpiled code
Installation
$ npm install babel-plugin-node-source-map-support
Example
{
"presets": ["es2015"],
"plugins": [
["babel-plugin-node-source-map-support"]
]
}
License
MIT, see LICENSE for details.