Skip to content

Commit

Permalink
Remove core-js and polyfill include as we don't use Phantom anymore (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr authored Feb 23, 2020
1 parent d2cc2d2 commit dd8e230
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions client/app/config/index.js
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dd8e230

Please sign in to comment.