Skip to content

Commit

Permalink
add uint8arrays to cjs bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Jul 18, 2024
1 parent f88b137 commit 338dffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/create-cjs-bundle.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const includeList = new Set([
'blockstore-core',
'ipfs-unixfs-exporter',
'ipfs-unixfs-importer',
'multiformats'
'multiformats',
'uint8arrays'
]);

// create list of dependencies that we _do not_ want to include in our bundle
Expand Down

0 comments on commit 338dffa

Please sign in to comment.