-
Notifications
You must be signed in to change notification settings - Fork 17
Release v0.7.1, fixing browser bundling bugs. #95
Conversation
tagging @esteblock, @piyalbasu, and @sreuland for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, do you by chance know why the existing headless browser tests for chrome/firefox didn't replicate the same problem? those tests use the /dist correct? seems like constructor_test.js should have tripped on it also.
I tried and worked both for my create-react-app and my-next-app experiments. |
To be honest, I don't know. Karma relies on |
Worked in @soroban-react! Changes:
Waiting for 0.7.1 ! |
This partially fixes #94, allowing the library to be imported as:
in browser environments.
It also broadens the bundles' JS compatibility, reverting #90.