Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: return wrapped module instead of original module (#946)
We were adding the `__esModule` export as intended, but then returning the original module instead of the wrapped one.
- Loading branch information