diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-27 15:18:47 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-27 15:28:57 +0100 |
commit | 92a6e85fe7679b47bb61f7ff6bc757c7ee75a440 (patch) | |
tree | d8186688a1d0829a38a1fc68e78ae397fda9b5b9 /client/.browserslistrc | |
parent | 20934c82b6390f34610aa8190e8835b202830f55 (diff) | |
download | PeerTube-92a6e85fe7679b47bb61f7ff6bc757c7ee75a440.tar.gz PeerTube-92a6e85fe7679b47bb61f7ff6bc757c7ee75a440.tar.zst PeerTube-92a6e85fe7679b47bb61f7ff6bc757c7ee75a440.zip |
Breaking: remove ios 11, safari 11 support
Angular doesn't support these web browsers anymore
Safari 11 and iOS 11 are not supported anymore by Apple
Diffstat (limited to 'client/.browserslistrc')
-rw-r--r-- | client/.browserslistrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/.browserslistrc b/client/.browserslistrc new file mode 100644 index 000000000..9eb6a61de --- /dev/null +++ b/client/.browserslistrc | |||
@@ -0,0 +1,4 @@ | |||
1 | last 1 Chrome version | ||
2 | last 2 Edge major versions | ||
3 | Firefox ESR | ||
4 | ios_saf >= 13.1 | ||