oztune / babel-register-deep

Like babel-register, but also applies to node-modules selectively

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated Use babel-ignore instead.

babel-register-deep

Like babel-register, but also compiles files in the node_modules folder with the following rules:

  • Modules with a .babelrc are included.
  • Modules with a package.json with a babel key are included.
  • Modules that were installed with npm are ignored.

About

Like babel-register, but also applies to node-modules selectively


Languages

Language:JavaScript 100.0%