Remove babel polyfill dependency of babel-node (#10429)

This commit is contained in:
Bryan Wain
2019-09-10 18:57:44 -05:00
committed by Nicolò Ribaudo
parent 4395c22f3a
commit 98b14843ba
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ import path from "path";
import repl from "repl";
import * as babel from "@babel/core";
import vm from "vm";
import "@babel/polyfill";
import "core-js/stable";
import "regenerator-runtime/runtime";
import register from "@babel/register";
import pkg from "../package.json";