source: trip-planner-front/node_modules/@schematics/angular/application/files/.browserslistrc.template@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 757 bytes
Line 
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
5# For the full list of supported browsers by the Angular framework, please see:
6# https://angular.io/guide/browser-support
7
8# You can see what browsers were selected by your queries by running:
9# npx browserslist
10
11last 1 Chrome version
12last 1 Firefox version
13last 2 Edge major versions
14last 2 Safari major versions
15last 2 iOS major versions
16Firefox ESR<% if (legacyBrowsers) { %>
17IE 11<% } else { %>
18not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.<% } %>
Note: See TracBrowser for help on using the repository browser.