aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular/.browserslistrc
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-20 10:44:58 +0200
committertranstrike <transtrike@gmail.com>2020-12-20 10:44:58 +0200
commita83b518a7a16d93f207bab8ec5c54c14c9493e23 (patch)
treec79d5dda1a6aebbbf54af0725a85ded830af8c3e /src/DevHive.Angular/.browserslistrc
parent8880e0efec7462f6865e528f01b9973c6e722e8b (diff)
downloadDevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.tar
DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.tar.gz
DevHive-a83b518a7a16d93f207bab8ec5c54c14c9493e23.zip
Removed Razor, added Angular
Diffstat (limited to 'src/DevHive.Angular/.browserslistrc')
-rw-r--r--src/DevHive.Angular/.browserslistrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/DevHive.Angular/.browserslistrc b/src/DevHive.Angular/.browserslistrc
new file mode 100644
index 0000000..427441d
--- /dev/null
+++ b/src/DevHive.Angular/.browserslistrc
@@ -0,0 +1,17 @@
+# 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.