From 403e6443ca00e41577417af168a0815623faa455 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Mon, 25 Jan 2021 14:44:14 -0700 Subject: [PATCH] Updated cli/build --- ui/.browserslistrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ui/.browserslistrc diff --git a/ui/.browserslistrc b/ui/.browserslistrc new file mode 100644 index 000000000..e8ec33b68 --- /dev/null +++ b/ui/.browserslistrc @@ -0,0 +1,11 @@ +# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. +# For additional information regarding the format and rule options, please see: +# https://github.com/browserslist/browserslist#queries + +# You can see what browsers were selected by your queries by running: +# npx browserslist + +> 0.5% +last 2 versions +Firefox ESR +IE 11 \ No newline at end of file