6.9.0 • Published 8 years ago

babel-register-fixed-sourcemaps v6.9.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

babel-register

The require hook will bind itself to node's require and automatically compile files on the fly.

Install

$ npm install babel-register

Usage

require("babel-register");

All subsequent files required by node with the extensions .es6, .es, .jsx and .js will be transformed by Babel.

See documentation for details.