Skip to content

Commit

Permalink
temp get build passing
Browse files Browse the repository at this point in the history
  • Loading branch information
umpox committed Jan 15, 2025
1 parent 66ae2eb commit 9065218
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vscode/scripts/measure-bundle-size.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { promises as fs } from 'node:fs'
import { appendFileSync } from 'node:fs'

// TODO: Can I lower these?
const SIZE_LIMITS = {
extension: 15 * 1024 * 1024, // 15MB
webview: 10 * 1024 * 1024, // 10MB
extension: 20 * 1024 * 1024, // 20MB
webview: 15 * 1024 * 1024, // 15MB
}

function prettyPrintMB(bytes: number): string {
Expand Down

0 comments on commit 9065218

Please sign in to comment.