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
Current build includes index.js which is ESM, but it contains references to NPM packages so it cannot be used in the browser without a bundler. We should include an ESM build without any such dependencies.
This would make the ESM smoke test easier as well, which now depends on esm.sh
The text was updated successfully, but these errors were encountered:
Current build includes
index.js
which is ESM, but it contains references to NPM packages so it cannot be used in the browser without a bundler. We should include an ESM build without any such dependencies.This would make the ESM smoke test easier as well, which now depends on esm.sh
The text was updated successfully, but these errors were encountered: