Skip to content

Commit

Permalink
chore: update browserslist to exclude dead browsers for improved comp…
Browse files Browse the repository at this point in the history
…atibility
  • Loading branch information
franciscodelahoz committed Nov 9, 2024
1 parent 11571d3 commit 1ef5766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"browserslist": [
"last 2 versions",
"IE 11"
"not dead"
],
"scripts": {
"build": "webpack --mode production",
Expand Down

0 comments on commit 1ef5766

Please sign in to comment.