You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
I was getting an error running Harvey in a browser environment without using a module loader.
So I added this at the top of the outmost anonymous closure:
That fixed the error. I am happy to open a PR, if you prefer.
Thanks!