This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information