Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the entrypoint for the Horizon client in package.json #581

Closed
mglukhovsky opened this issue Jun 11, 2016 · 1 comment
Closed

Change the entrypoint for the Horizon client in package.json #581

mglukhovsky opened this issue Jun 11, 2016 · 1 comment

Comments

@mglukhovsky
Copy link
Member

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.

@deontologician deontologician added this to the Next Major Release milestone Jun 11, 2016
@deontologician deontologician modified the milestones: Next Major Release, Medium term plans Jun 21, 2016
@deontologician
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants