Remove babel polyfill dependency of babel-node (#10429)
This commit is contained in:
committed by
Nicolò Ribaudo
parent
4395c22f3a
commit
98b14843ba
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user