Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove
.cjs
extension in favor of .js
`microbundle` only produces the `.cjs` extension if the top-level package uses `"type": "module"` This was working locally for me only because my `dist` folder has a version generated from trying to swap that but giving up. Thus, CI failed but local testing passed.
- Loading branch information