.browserslistrc 703 B

123456789101112131415161718
  1. # This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
  2. # For additional information regarding the format and rule options, please see:
  3. # https://github.com/browserslist/browserslist#queries
  4. # For the full list of supported browsers by the Angular framework, please see:
  5. # https://angular.io/guide/browser-support
  6. # You can see what browsers were selected by your queries by running:
  7. # npx browserslist
  8. last 1 Chrome version
  9. last 1 Firefox version
  10. last 2 Edge major versions
  11. last 2 Safari major versions
  12. last 2 iOS major versions
  13. Firefox ESR
  14. not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.