aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.browserslistrc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-16 14:17:00 +0100
committerChocobozzz <me@florianbigard.com>2023-02-16 14:21:11 +0100
commit838950fd6bd88c12a1f2a879c309eda6e32bfa2a (patch)
treea964617ce134495b007a587cc5f97ff4384ec57e /client/.browserslistrc
parent996951a02988c8b6b7e0d6bf084215a8292c89b1 (diff)
downloadPeerTube-838950fd6bd88c12a1f2a879c309eda6e32bfa2a.tar.gz
PeerTube-838950fd6bd88c12a1f2a879c309eda6e32bfa2a.tar.zst
PeerTube-838950fd6bd88c12a1f2a879c309eda6e32bfa2a.zip
Upgrade to latest angular version
Diffstat (limited to 'client/.browserslistrc')
-rw-r--r--client/.browserslistrc18
1 files changed, 0 insertions, 18 deletions
diff --git a/client/.browserslistrc b/client/.browserslistrc
deleted file mode 100644
index 0ccadaf32..000000000
--- a/client/.browserslistrc
+++ /dev/null
@@ -1,18 +0,0 @@
1# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
2# For additional information regarding the format and rule options, please see:
3# https://github.com/browserslist/browserslist#queries
4
5# For the full list of supported browsers by the Angular framework, please see:
6# https://angular.io/guide/browser-support
7
8# You can see what browsers were selected by your queries by running:
9# npx browserslist
10
11last 1 Chrome version
12last 1 Firefox version
13last 2 Edge major versions
14last 2 Safari major versions
15last 2 iOS major versions
16Firefox ESR
17not IE 9-10 # Angular support for IE 9-10 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line.
18not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.