diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-24 16:05:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-25 11:00:43 +0200 |
commit | f36da21e40104a50acb00132920b835240cebb38 (patch) | |
tree | a513f8a31b3538b9bc6d1d52897d6b2fa04b45ba /client/browserslist | |
parent | a353a4d77c2109f3d2412c54850a6534cf3b0b7f (diff) | |
download | PeerTube-f36da21e40104a50acb00132920b835240cebb38.tar.gz PeerTube-f36da21e40104a50acb00132920b835240cebb38.tar.zst PeerTube-f36da21e40104a50acb00132920b835240cebb38.zip |
Update angular
Diffstat (limited to 'client/browserslist')
-rw-r--r-- | client/browserslist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/browserslist b/client/browserslist new file mode 100644 index 000000000..80848532e --- /dev/null +++ b/client/browserslist | |||
@@ -0,0 +1,12 @@ | |||
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 | # You can see what browsers were selected by your queries by running: | ||
6 | # npx browserslist | ||
7 | |||
8 | > 0.5% | ||
9 | last 2 versions | ||
10 | Firefox ESR | ||
11 | not dead | ||
12 | not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file | ||