Results 4 comments of Ben Clark

I personally have found that `npm i -D browserslist` solves this. It was a peer dependency for me previously and consequently it seemed to scan node_modules when looking for configs.

I think this is related to the issue I reported as well: https://github.com/airbrake/airbrake-js/issues/832 I also see the warning `The 'this' keyword is equivalent to 'undefined' at the top level of...

I wonder if we should suggest that any NPM dependency used to load polyfills should be locked down to an exact version in a package.json / package-lock.json, and that version...

@josebolos No objection from me about merging this as is, makes sense 👍