aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.browserslistrc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-11 10:23:52 +0100
committerChocobozzz <me@florianbigard.com>2021-02-11 10:23:52 +0100
commit6559da2821cfa37717fb6f607f76a505d549cc74 (patch)
tree5e522cbb4b683eafa1baa64e5564327ad9867e06 /client/.browserslistrc
parentd93e43164a716d98cf1c84aa993824ff6d1496ff (diff)
downloadPeerTube-6559da2821cfa37717fb6f607f76a505d549cc74.tar.gz
PeerTube-6559da2821cfa37717fb6f607f76a505d549cc74.tar.zst
PeerTube-6559da2821cfa37717fb6f607f76a505d549cc74.zip
Allow plugins to load a video by id
Diffstat (limited to 'client/.browserslistrc')
-rw-r--r--client/.browserslistrc14
1 files changed, 10 insertions, 4 deletions
diff --git a/client/.browserslistrc b/client/.browserslistrc
index 80848532e..0ccadaf32 100644
--- a/client/.browserslistrc
+++ b/client/.browserslistrc
@@ -2,11 +2,17 @@
2# For additional information regarding the format and rule options, please see: 2# For additional information regarding the format and rule options, please see:
3# https://github.com/browserslist/browserslist#queries 3# https://github.com/browserslist/browserslist#queries
4 4
5# For the full list of supported browsers by the Angular framework, please see:
6# https://angular.io/guide/browser-support
7
5# You can see what browsers were selected by your queries by running: 8# You can see what browsers were selected by your queries by running:
6# npx browserslist 9# npx browserslist
7 10
8> 0.5% 11last 1 Chrome version
9last 2 versions 12last 1 Firefox version
13last 2 Edge major versions
14last 2 Safari major versions
15last 2 iOS major versions
10Firefox ESR 16Firefox ESR
11not dead 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.
12not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file 18not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.