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

fix: exclude fs from bundle #4076

Merged
merged 8 commits into from Apr 5, 2022
Merged

fix: exclude fs from bundle #4076

merged 8 commits into from Apr 5, 2022

Commits on Apr 4, 2022

  1. fix: fix build

    We used to have 'fs' in our dep tree via ora via mock-ipfs-pinning-service
    but that seems to have changed.
    
    We only want to import 'fs' during node tests but esbuild tries to resolve
    it, so make the import dynamic.
    achingbrain committed Apr 4, 2022
    Copy the full SHA
    e446b33 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    158f95d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    295d8eb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3f3aaef View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    36c31c9 View commit details
    Browse the repository at this point in the history
  6. chore: update interop

    achingbrain committed Apr 4, 2022
    Copy the full SHA
    48430c7 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6f0f64d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. chore: update deps

    achingbrain committed Apr 5, 2022
    Copy the full SHA
    19142a5 View commit details
    Browse the repository at this point in the history