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

Remove IE11 polyfills and update browser support policy

GitOrigin-RevId: 9ab9513ecf97fc565a1d2620f9785a64bd16b766
This commit is contained in:
Alf Eaton 2021-11-16 10:32:24 +00:00 committed by Copybot
parent a15e1bdc07
commit ec31473f8f
3 changed files with 3 additions and 7 deletions

View file

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

View file

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

View file

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