Add fetch polyfill
Fetch has been broken for a while in Internet Explorer 11. This adds a tiny fetch polyfill (500 bytes) in order to mitigate the issue, until we are officially drop Internet Explorer 11 support later this year. - https://gitlab.com/gitlab-org/gitlab/issues/25700 - https://gitlab.com/gitlab-org/gitlab/issues/43662
Showing
... | ... | @@ -125,6 +125,7 @@ |
"tiptap-commands": "^1.4.0", | ||
"tiptap-extensions": "^1.8.0", | ||
"underscore": "^1.9.0", | ||
"unfetch": "^4.1.0", | ||
"url-loader": "^2.1.0", | ||
"visibilityjs": "^1.2.4", | ||
"vue": "^2.6.10", | ||
... | ... |
Please register or sign in to comment