require babel-core at the top of the file
This commit is contained in:
parent
e4083fbbd7
commit
e34d950793
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
require("babel-core");
|
||||
|
||||
var moduleFormatters = require("babel-core/lib/babel/transformation/modules");
|
||||
var pathExists = require("path-exists");
|
||||
var commander = require("commander");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user