diff options
Diffstat (limited to 'client/.browserslistrc')
-rw-r--r-- | client/.browserslistrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/.browserslistrc b/client/.browserslistrc new file mode 100644 index 000000000..80848532e --- /dev/null +++ b/client/.browserslistrc | |||
@@ -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 | ||