mirror of
https://github.com/gchq/CyberChef
synced 2025-12-25 20:53:36 +00:00
remove babel-polyfill and update plugins to work with uplifted version
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
import chef from "./index";
|
||||
import repl from "repl";
|
||||
import File from "./File";
|
||||
import "babel-polyfill";
|
||||
|
||||
/*eslint no-console: ["off"] */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user