From dd8e23040a72be3aef903774ab09a20d3050ba85 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Sun, 23 Feb 2020 11:15:53 +0200 Subject: [PATCH] Remove core-js and polyfill include as we don't use Phantom anymore (#4583) --- client/app/config/index.js | 3 --- package.json | 1 - 2 files changed, 4 deletions(-) diff --git a/client/app/config/index.js b/client/app/config/index.js index 15aaad31c9..285b43b8de 100644 --- a/client/app/config/index.js +++ b/client/app/config/index.js @@ -1,6 +1,3 @@ -// This polyfill is needed to support PhantomJS which we use to generate PNGs from embeds. -import "core-js/fn/typed/array-buffer"; - import moment from "moment"; import * as Pace from "pace-progress"; import { isFunction } from "lodash"; diff --git a/package.json b/package.json index bc16571b6b..6d244eb4ba 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "brace": "^0.11.0", "chroma-js": "^1.3.6", "classnames": "^2.2.6", - "core-js": "^2.6.4", "d3": "^3.5.17", "d3-cloud": "^1.2.4", "debug": "^3.1.0",