Open gregdolby opened 1 month ago
Latest commit: cf7163322b7bc990830c456c86f4a08ae448b379
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
I am working through this e2e test failure and it has to do with the build output. Puppeteer needs umd build but I am trying to figure out how to get it to work with es module bundle.
I ended up adding umd bundle back. Jest tests and puppeteer run in node and they both support esm but for jest it is experimental.