mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
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:
@@ -13,8 +13,5 @@ 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,4 +1,3 @@
|
||||
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 1 year",
|
||||
"ie 11",
|
||||
"firefox esr"
|
||||
"last 2 years",
|
||||
"firefox esr",
|
||||
"not dead"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.14.5",
|
||||
|
||||
Reference in New Issue
Block a user