Add a browser entry field in package.json. This fixes a reported case of a build tool using the ESM export, and does not seem to negatively affect other tools which ignore this in lieu of the exports section - see for example https://webpack.js.org/guides/package-exports/. Fixes #249 (#259)