We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ad1bac + e2d0bd7 commit cfc7b1aCopy full SHA for cfc7b1a
src/polyfills.js
@@ -3,3 +3,8 @@
3
if(!window.Promise) {
4
require("core-js/fn/promise")
5
}
6
+
7
+// Required by IE 11
8
+if(!String.prototype.startsWith) {
9
+ require("core-js/es6/string")
10
+}
0 commit comments