Skip to content

gguimond/babel-plugin-source-map-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published