Skip to content

Commit

Permalink
Create .browserslistrc
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Aug 12, 2024
1 parent dbaa60c commit 24946cb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Browserslist configuration
# This file is used by various tools like Autoprefixer, Babel, ESLint, and others
# Documentation: https://github.com/browserslist/browserslist#readme

# Target browsers with significant usage globally
>= 0.5% # Browsers with more than 0.5% global market share

# Support the last 2 major versions of each browser
last 2 major versions # The last 2 major versions of each browser

# Include Firefox ESR (Extended Support Release)
Firefox ESR # The latest Extended Support Release of Firefox

# Exclude outdated and unsupported browsers
not dead # Exclude browsers that are no longer maintained
not Explorer <= 11 # Exclude Internet Explorer 11 and below
not ie <= 11 # (Redundant, but ensures exclusion of IE 11)
not op_mini all # Exclude all versions of Opera Mini
not Android <= 4.4 # Exclude Android versions <= 4.4 with poor web support

0 comments on commit 24946cb

Please sign in to comment.