Skip to content

Commit

Permalink
Update default engines to > 0.25% (#1238)
Browse files Browse the repository at this point in the history
Don’t use “last 2 versions”. See https://jamie.build/last-2-versions
  • Loading branch information
devongovett committed Apr 27, 2018
1 parent f4d1e66 commit a688a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/parcel-bundler/src/utils/getTargetEngines.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const browserslist = require('browserslist');
const semver = require('semver');

const DEFAULT_ENGINES = {
browsers: ['> 1%', 'last 2 versions', 'Firefox ESR'],
browsers: ['> 0.25%'],
node: '6'
};

Expand Down

0 comments on commit a688a9d

Please sign in to comment.