pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Fix browserlist config #104

Closed talldan closed 5 years ago

talldan commented 5 years ago

Previously, we were experiencing an issue where a browserlist entry was automatically being added to the package.json on npm run dev (I think by react-scripts).

The automatically added entry was commited in #100. As pointed out in https://github.com/pento/testpress/pull/100#issuecomment-473513397, this looks wrong.

Browserlist supports electron versions since https://github.com/browserslist/browserslist/issues/96 was merged.

This PR updates the browserlist prop to the correct value for the testpress app.