6.10.1 • Published 8 years ago

pbabel v6.10.1

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

⚡️ pbabel

Parallel version of Babel CLI.

Install

$ npm install --save-dev pbabel

Usage

Pretty much same with Babel CLI.

  • You may use -j N option to limit concurrency. The number of CPUs is used by default.
  • --watch mode is not supported.