diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-11 10:23:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-11 10:23:52 +0100 |
commit | 6559da2821cfa37717fb6f607f76a505d549cc74 (patch) | |
tree | 5e522cbb4b683eafa1baa64e5564327ad9867e06 /client/.browserslistrc | |
parent | d93e43164a716d98cf1c84aa993824ff6d1496ff (diff) | |
download | PeerTube-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/.browserslistrc | 14 |
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% | 11 | last 1 Chrome version |
9 | last 2 versions | 12 | last 1 Firefox version |
13 | last 2 Edge major versions | ||
14 | last 2 Safari major versions | ||
15 | last 2 iOS major versions | ||
10 | Firefox ESR | 16 | Firefox ESR |
11 | not dead | 17 | not 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. |
12 | not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file | 18 | not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line. |