Skip to content

Commit

Permalink
chore: reduce the bundle size max size (ipfs#2290)
Browse files Browse the repository at this point in the history
* chore: reduce the bundle size max size

* chore: test in the ci

* chore: revert aegir
  • Loading branch information
hugomrdias authored and Alan Shaw committed Jul 23, 2019
1 parent bb4dc19 commit b09f17b
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 @@ -8,7 +8,7 @@ const ipfsdServer = IPFSFactory.createServer()
const preloadNode = MockPreloadNode.createNode()

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

0 comments on commit b09f17b

Please sign in to comment.