Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
chore: bump bundle size restriction temporarily
Browse files Browse the repository at this point in the history
This will come down again when we switch to the new version of Peer ID with async/await (since it will use the same `multihashing-async` as the included IPLD formats):

```js
ipfs-http-client@33.0.1 /Users/alan/Code/protocol-labs/js-ipfs-http-client
├─┬ ipld-dag-cbor@0.15.0
│ └── multihashing-async@0.7.0 
├─┬ ipld-dag-pb@0.17.4
│ └── multihashing-async@0.7.0  deduped
└─┬ peer-id@0.12.2
  └─┬ libp2p-crypto@0.16.1
    ├─┬ libp2p-crypto-secp256k1@0.3.1
    │ └── multihashing-async@0.6.0 
    └── multihashing-async@0.5.2 
```
  • Loading branch information
Alan Shaw authored Jul 11, 2019
1 parent e056ee2 commit 25e5209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const createServer = require('ipfsd-ctl').createServer
const server = createServer()

module.exports = {
bundlesize: { maxSize: '236kB' },
bundlesize: { maxSize: '237kB' },
webpack: {
resolve: {
mainFields: ['browser', 'main']
Expand Down

0 comments on commit 25e5209

Please sign in to comment.