Wrapper for babel that gives better logging and the ability to transpile files across multiple cpus.
List of extensions to compile when a directory has been input [.es6,.js,.es,.jsx]
Recompile files on changes
Compile binary files into a binary directory
Compile an input directory of modules into an output directory
Specify the target source directory
RegExp pattern to ignore, patterns
When compiling a directory copy over non-compilable files
Convert non-compilable files to importable modules
Use a manifest to specify files to compile
Minify output with UglifyJS
Specify the number of CPUs to use for code transpilation
Don't log anything