move babel-register import down
This commit is contained in:
parent
2a1a038031
commit
1a996cdcc7
@ -4,12 +4,12 @@ import Module from "module";
|
||||
import { inspect } from "util";
|
||||
import path from "path";
|
||||
import repl from "repl";
|
||||
import register from "babel-register";
|
||||
import { util } from "babel-core";
|
||||
import * as babel from "babel-core";
|
||||
import vm from "vm";
|
||||
import _ from "lodash";
|
||||
import "babel-polyfill";
|
||||
import register from "babel-register";
|
||||
|
||||
let program = new commander.Command("babel-node");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user