remove babel-polyfill and update plugins to work with uplifted version

This commit is contained in:
d98762625 2019-04-05 17:15:21 +01:00
parent af504891e4
commit d3e6200385
7 changed files with 28 additions and 38 deletions

View file

@ -38,7 +38,6 @@ let code = `/**
/* eslint camelcase: 0 */
import "babel-polyfill";
import NodeDish from "./NodeDish";
import { _wrap, help, bake, _explainExludedFunction } from "./api";
import File from "./File";

View file

@ -9,7 +9,6 @@
/* eslint camelcase: 0 */
import "babel-polyfill";
import NodeDish from "./NodeDish";
import { _wrap, help, bake, _explainExludedFunction } from "./api";
import File from "./File";

View file

@ -10,7 +10,6 @@
import chef from "./index";
import repl from "repl";
import File from "./File";
import "babel-polyfill";
/*eslint no-console: ["off"] */