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

Commit 6c52876

Browse files
author
Alan Shaw
authored
chore: update min bundlesize (#1019)
We added some functionality and made it a tiny bit bigger, sorry. This will hopefully come down again when we switch to async await and async iterators.
1 parent 57af616 commit 6c52876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const createServer = require('ipfsd-ctl').createServer
55
const server = createServer()
66

77
module.exports = {
8-
bundlesize: { maxSize: '232kB' },
8+
bundlesize: { maxSize: '236kB' },
99
webpack: {
1010
resolve: {
1111
mainFields: ['browser', 'main']

0 commit comments

Comments
 (0)