All previous changes are upgrading the package to ESM, but it still breaks when we try to load the package as a module with the webpack loader. It is now clear that all the changes that were needed for jest are causing this. This pull request will reset the changes for jest, making it possible to load the package with webpack loader and we simply kick out jest in favor of vitest.
All previous changes are upgrading the package to ESM, but it still breaks when we try to load the package as a module with the webpack loader. It is now clear that all the changes that were needed for jest are causing this. This pull request will reset the changes for jest, making it possible to load the package with webpack loader and we simply kick out jest in favor of vitest.