Scoped: update more babel- to @babel/ [skip ci]

This commit is contained in:
Mateusz Burzyński
2017-10-16 23:41:28 +02:00
committed by Henry Zhu
parent 696df10f51
commit 47fa189053
40 changed files with 142 additions and 142 deletions

View File

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