Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: shared node demo #3203

Merged
merged 1 commit into from
Aug 3, 2020
Merged

fix: shared node demo #3203

merged 1 commit into from
Aug 3, 2020

Conversation

Gozala
Copy link
Contributor

@Gozala Gozala commented Aug 2, 2020

Shared worker example stopped working, and we have not noticed because for some reason CI doesn't seem to run it. There were several problems:

  1. I'm guessing ipfs was bumped to 0.48 while things were in the review. And demo was getting older version with older ipfs.add API.
  2. When I incorporated add / addAll, I have regressed the example 2302b2f#diff-48144c5d1809a34109f2559846446f22R21. Have not noticed that, because CI doesn't seem to run it.
  3. When I first wrote a example I used CopyWebpackPlugin which then I thought was unnecessary and removed. However index.html was placed in dist from prior runs so after change tests were still passing (and CI never seemed to have run this example).

This pull addresses all of those problems so that example passes tests. I'm still not sure why CI isn't executing this, test but we can figure out in the separate pull.

@Gozala Gozala requested a review from achingbrain August 2, 2020 03:48
@Gozala
Copy link
Contributor Author

Gozala commented Aug 3, 2020

Seems like CI is still has not run tests for this example, I'm not sure why 🤷‍♂️

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

Successfully merging this pull request may close these issues.

2 participants