aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular/.browserslistrc
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-02-12 18:50:28 +0200
committertranstrike <transtrike@gmail.com>2021-02-12 18:52:45 +0200
commit1ab34accfda22ee3ce5c7700e3b97ff3e932d649 (patch)
tree1591e22ca5a8f4f97d069c704c7bc84595c09ca6 /src/DevHive.Angular/.browserslistrc
parent2269b5aa6c8d3dcb407c34fa256200bdc573585a (diff)
downloadDevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.tar
DevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.tar.gz
DevHive-1ab34accfda22ee3ce5c7700e3b97ff3e932d649.zip
Docker Support Added; Splitted API and Front End
Diffstat (limited to 'src/DevHive.Angular/.browserslistrc')
-rw-r--r--src/DevHive.Angular/.browserslistrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/DevHive.Angular/.browserslistrc b/src/DevHive.Angular/.browserslistrc
deleted file mode 100644
index 427441d..0000000
--- a/src/DevHive.Angular/.browserslistrc
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-
-# For the full list of supported browsers by the Angular framework, please see:
-# https://angular.io/guide/browser-support
-
-# You can see what browsers were selected by your queries by running:
-# npx browserslist
-
-last 1 Chrome version
-last 1 Firefox version
-last 2 Edge major versions
-last 2 Safari major versions
-last 2 iOS major versions
-Firefox ESR
-not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.