From 583eb04b541175035d6d452ca626a96ebf2b7437 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 26 Jun 2020 08:37:26 +0200 Subject: Upgrade to angular 10 --- client/.browserslistrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 client/.browserslistrc (limited to 'client/.browserslistrc') diff --git a/client/.browserslistrc b/client/.browserslistrc new file mode 100644 index 000000000..80848532e --- /dev/null +++ b/client/.browserslistrc @@ -0,0 +1,12 @@ +# 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 +not dead +not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file -- cgit v1.2.3