chore: add transports example (#851)

This commit is contained in:
Vasco Santos
2021-02-11 11:12:23 +01:00
committed by GitHub
parent f6a4cad827
commit 1af8472dc6
7 changed files with 135 additions and 8 deletions

View File

@ -48,7 +48,7 @@ const after = async () => {
}
module.exports = {
bundlesize: { maxSize: '215kB' },
bundlesize: { maxSize: '220kB' },
hooks: {
pre: before,
post: after