Merge branch 'master' into bug/3932-schema-not-values
This commit is contained in:
@@ -3,3 +3,8 @@
|
|||||||
if(!window.Promise) {
|
if(!window.Promise) {
|
||||||
require("core-js/fn/promise")
|
require("core-js/fn/promise")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Required by IE 11
|
||||||
|
if(!String.prototype.startsWith) {
|
||||||
|
require("core-js/es6/string")
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user