We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c553824 commit 9d20ba9Copy full SHA for 9d20ba9
packages/ipfs-unixfs-exporter/.aegir.js
@@ -23,6 +23,7 @@ const buildConfig = {
23
/** @type {import('aegir').PartialOptions} */
24
module.exports = {
25
build: {
26
+ bundlesizeMax: '34KB',
27
config: buildConfig
28
},
29
test: {
packages/ipfs-unixfs-importer/.aegir.js
+ bundlesizeMax: '43KB',
packages/ipfs-unixfs/.aegir.js
@@ -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