Polyfill string.fromcodepoint for IE11/Phantom

This commit is contained in:
Bryan Housel
2019-11-07 17:22:12 -05:00
parent 05b3d023ce
commit e172a864f9
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import 'browser-polyfills';
import 'string.fromcodepoint';
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';
// polyfill requestIdleCallback

View File

@@ -53,6 +53,7 @@
"pannellum": "2.4.1",
"q": "1.5.1",
"rbush": "2.0.2",
"string.fromcodepoint": "0.2.1",
"which-polygon": "2.2.0",
"wmf-sitematrix": "0.1.4"
},