Skip to content

Commit

Permalink
this?
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 16, 2024
1 parent b5a5b39 commit e871180
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,26 +126,19 @@
"browserslist": {
"production": [
"defaults",
"supports es6-module",
"chrome > 62",
"firefox > 59",
"ios_saf >= 10.3",
"opera > 50",
"not chrome 61",
"not opera 48",
"not chrome 62",
"not opera 49"
"safari > 12"
],
"es5": [
"defaults",
"chrome > 62",
"firefox > 59",
"ios_saf >= 10.3",
"opera > 50",
"not chrome 61",
"not opera 48",
"not chrome 62",
"not opera 49",
"safari > 12",
"IE 11"
]
},
Expand Down

0 comments on commit e871180

Please sign in to comment.