Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update browserlistrc #42303

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
last 2 versions
> 5%
# Desktop
last 2 Chrome versions
last 2 Firefox versions
last 2 Edge versions
last 2 Safari versions
# Mobile
last 2 ChromeAndroid versions
last 2 iOS versions
# Additional
Firefox ESR
ie 11
Safari 7 # for PhantomJS support: https://github.com/elastic/kibana/issues/27136
not dead
1 change: 1 addition & 0 deletions packages/kbn-babel-preset/webpack_preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = () => {
useBuiltIns: 'entry',
modules: 'cjs',
corejs: 2,
debug: true
},
],
require('./common_preset'),
Expand Down