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

fix: Revert change to module bundling #177

Merged
merged 2 commits into from May 2, 2019
Merged

fix: Revert change to module bundling #177

merged 2 commits into from May 2, 2019

Conversation

Robdel12
Copy link
Contributor

@Robdel12 Robdel12 commented May 2, 2019

Looks like iife from rollup isn't exposing agent as a global. We
need window.PercyAgent = not var PercyAgent=

Looks like `iife` from rollup isn't exposing agent as a global. We
need `window.PercyAgent =` not `var PercyAgent=`
@Robdel12 Robdel12 requested a review from timhaines May 2, 2019 18:29
Copy link
Contributor

@timhaines timhaines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

`http-sever` relies on `estatic@3`, which was yanked from the npm reg
for security reasons. This broke CI
@Robdel12
Copy link
Contributor Author

Robdel12 commented May 2, 2019

See: jfhbrook/node-ecstatic#255 for the last commit. Once that's resolved we can add http-server back and uncomment those tests :/

@Robdel12 Robdel12 merged commit 0f575f2 into master May 2, 2019
@Robdel12 Robdel12 deleted the rd/fix-buundle branch May 2, 2019 18:46
djones pushed a commit that referenced this pull request May 2, 2019
## [0.4.3](v0.4.2...v0.4.3) (2019-05-02)

### Bug Fixes

* Revert change to module bundling ([#177](#177)) ([0f575f2](0f575f2))
@thornjad
Copy link

thornjad commented May 2, 2019

jfhbrook/node-ecstatic#256 will fix http-server

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

Successfully merging this pull request may close these issues.

None yet

3 participants