From c07e7f590ba0b3e642e3041ae1680bc7a4d2ba7e Mon Sep 17 00:00:00 2001 From: Siroco Date: Wed, 21 Oct 2020 21:00:06 +0200 Subject: [PATCH] @angular/cli updated --- .browserslistrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .browserslistrc diff --git a/.browserslistrc b/.browserslistrc new file mode 100644 index 0000000..8084853 --- /dev/null +++ b/.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