Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: There is no main.js (AztecProtocol#3691)
For some reason there was a default export to main.js for aztec.js. This caused an issue for someone externally, I'm not sure why it only triggered since last release, where the root exports were explicitly moved into a "." block. Regardless, it seems the appropriate thing is just always export `./dest/index.js`.
- Loading branch information