Skip to content

Commit

Permalink
Adjust browser defaults (#4470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored May 24, 2018
1 parent 581c453 commit 72906d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/browsersHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const defaultBrowsers = {
development: ['chrome', 'firefox', 'edge'].map(
browser => `last 2 ${browser} versions`
),
production: ['>1%', 'last 4 versions', 'Firefox ESR', 'not ie < 11'],
production: ['>0.25%', 'not op_mini all', 'ie 11'],
};

function checkBrowsers(dir, retry = true) {
Expand Down

0 comments on commit 72906d9

Please sign in to comment.