chore: bump bundlesize

This commit is contained in:
Nolan Lawson 2023-12-09 16:33:45 -08:00
parent 08c3b37d90
commit 6c521b7dd5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { promisify } from 'node:util'
import prettyBytes from 'pretty-bytes'
import fs from 'node:fs/promises'
const MAX_SIZE_MIN = '49 kB'
const MAX_SIZE_MIN = '50 kB'
const MAX_SIZE_MINGZ = '19 kB'
const FILENAME = './bundle.js'