aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.browserslistrc
diff options
context:
space:
mode:
Diffstat (limited to 'client/.browserslistrc')
-rw-r--r--client/.browserslistrc12
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%
9last 2 versions
10Firefox ESR
11not dead
12not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file