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 c107144 commit 49cbb9bCopy full SHA for 49cbb9b
.aegir.js
@@ -11,6 +11,10 @@ const esbuild = {
11
build.onResolve({ filter: /^stream$/ }, () => {
12
return { path: require.resolve('readable-stream') }
13
})
14
+ build.onResolve({ filter: /^cborg$/ }, () => {
15
+ // remove when https://github.com/evanw/esbuild/issues/187 is fixed
16
+ return { path: require.resolve('cborg') }
17
+ })
18
}
19
20
]
@@ -26,7 +30,7 @@ module.exports = {
26
30
27
31
},
28
32
build: {
29
- bundlesizeMax: '141kB',
33
+ bundlesizeMax: '130kB',
34
config: esbuild
35
36
0 commit comments