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
The entrypoint for the Horizon client is currently lib/index.js, which is the unprocessed Webpack configuration, whereas it should probably be dist/horizon.js.
We should also figure out why lib/index.js contains unprocessed directives.
The text was updated successfully, but these errors were encountered:
After sorting out the webpack stuff, it turns out lib/index.js is the entrypoint we want. The major issue was that we had a fetch directive in a require statement which is bad.
The entrypoint for the Horizon client is currently
lib/index.js
, which is the unprocessed Webpack configuration, whereas it should probably bedist/horizon.js
.We should also figure out why
lib/index.js
contains unprocessed directives.The text was updated successfully, but these errors were encountered: