Merge pull request #5808 from overleaf/revert-5736-ab-drop-ie11-polyfill

Revert "Remove IE11 polyfills and update browser support policy"

GitOrigin-RevId: fa44a6bfa796d191446956e94d9e533a70e59da4
This commit is contained in:
Alexandre Bourdin 2021-11-16 17:16:44 +01:00 committed by Copybot
parent 7d932f0b92
commit cdaf55c7da
3 changed files with 7 additions and 3 deletions

View file

@ -13,5 +13,8 @@ import './vendor/libs/select/select'
// CSS
import 'angular/angular-csp.css'
// Polyfill fetch for IE11
import 'isomorphic-unfetch'
// Rewrite meta elements
import './utils/meta'

View file

@ -1,3 +1,4 @@
import 'abort-controller/polyfill'
import { useEffect, useState } from 'react'
export default function useAbortController() {

View file

@ -38,9 +38,9 @@
"storybook": "start-storybook -p 6006 -s ./public"
},
"browserslist": [
"last 2 years",
"firefox esr",
"not dead"
"last 1 year",
"ie 11",
"firefox esr"
],
"dependencies": {
"@babel/cli": "^7.14.5",