mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
7d932f0b92
commit
cdaf55c7da
3 changed files with 7 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
import 'abort-controller/polyfill'
|
||||
import { useEffect, useState } from 'react'
|
||||
|
||||
export default function useAbortController() {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue