From 9afe66020f93ed5e05a3aaae6739b0e0e252807d Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Thu, 23 Jan 2020 07:27:24 +0100 Subject: [PATCH] Remove core-js and polyfill include as we don't use Phantom anymore --- 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 00ad8739d3..0a99cb795b 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"; - // Ensure that this image will be available in assets folder import "@/assets/images/avatar.svg"; 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",