Skip to content

Commit

Permalink
chore: remove ipfs-unixfs-importer from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Mar 25, 2024
1 parent 4589c26 commit d0bc77b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/verified-fetch/.aegir.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
/** @type {import('aegir').PartialOptions} */
const options = {
build: {
bundlesizeMax: '132KB'
}
bundlesizeMax: '132KB',
config: {
external: [
'ipfs-unixfs-importer'
],
}
},
}

export default options

0 comments on commit d0bc77b

Please sign in to comment.