Skip to content

Commit

Permalink
chore: remove IE11 from main browserlist declaration
Browse files Browse the repository at this point in the history
This was missed in the ES6 switcheroo

We then will also add IE11 for a specific bundle here https://github.com/PostHog/posthog-js/blob/4ac2e5dcaed08240b7ecddc5310aefed0ab9660a/rollup.config.js#L25-L28
  • Loading branch information
pauldambra authored Nov 14, 2024
1 parent b4e4571 commit 6a8d87c
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 @@ -122,7 +122,7 @@
]
},
"browserslist": [
"> 0.5%, last 2 versions, Firefox ESR, not dead, IE 11"
"> 0.5%, last 2 versions, Firefox ESR, not dead"
],
"pnpm": {
"patchedDependencies": {
Expand Down

0 comments on commit 6a8d87c

Please sign in to comment.