Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 526e65e

Browse files
authored
chore: update aegir config (#312)
Update bundle size and remove node polyfills
1 parent f19727d commit 526e65e

File tree

2 files changed

+7
-30
lines changed

2 files changed

+7
-30
lines changed

.aegir.cjs

Lines changed: 0 additions & 30 deletions
This file was deleted.

.aegir.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
/** @type {import('aegir').PartialOptions} */
3+
export default {
4+
build: {
5+
bundlesizeMax: '300KB'
6+
}
7+
}

0 commit comments

Comments
 (0)