Skip to content

Commit 9d20ba9

Browse files
committed
chore: record bundle size
1 parent c553824 commit 9d20ba9

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

packages/ipfs-unixfs-exporter/.aegir.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const buildConfig = {
2323
/** @type {import('aegir').PartialOptions} */
2424
module.exports = {
2525
build: {
26+
bundlesizeMax: '34KB',
2627
config: buildConfig
2728
},
2829
test: {

packages/ipfs-unixfs-importer/.aegir.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const buildConfig = {
2323
/** @type {import('aegir').PartialOptions} */
2424
module.exports = {
2525
build: {
26+
bundlesizeMax: '43KB',
2627
config: buildConfig
2728
},
2829
test: {

packages/ipfs-unixfs/.aegir.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
'use strict'
2+
3+
/** @type {import('aegir').PartialOptions} */
4+
module.exports = {
5+
build: {
6+
bundlesizeMax: '11KB'
7+
}
8+
}

0 commit comments

Comments
 (0)