Merge branch 'master' into ft/3052-extensions

This commit is contained in:
Greg Thompson
2017-11-21 09:15:50 -06:00

View File

@@ -3,3 +3,8 @@
if(!window.Promise) {
require("core-js/fn/promise")
}
// Required by IE 11
if(!String.prototype.startsWith) {
require("core-js/es6/string")
}