Skip to content

Commit

Permalink
don't add browserlist field standard to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Sep 24, 2017
1 parent 80a3cb5 commit 7cd5c0b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/react-scripts/scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ module.exports = function(
eject: 'react-scripts eject',
};

// Add the supported browsers list
appPackage.browserslist = {
production: ['> 1%', 'last 4 versions', 'Firefox ESR', 'not ie < 9'],
development: ['last 1 version'],
};

fs.writeFileSync(
path.join(appPath, 'package.json'),
JSON.stringify(appPackage, null, 2)
Expand Down

0 comments on commit 7cd5c0b

Please sign in to comment.