Skip to content

Commit 3b4904f

Browse files
committed
chore: change "vite" size limit from kiB to kB with approximation
1 parent 4be631e commit 3b4904f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vite/rollup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function createCjsConfig(isProduction: boolean) {
195195
...Object.keys(pkg.dependencies),
196196
...(isProduction ? [] : Object.keys(pkg.devDependencies)),
197197
],
198-
plugins: [...createNodePlugins(false, false, false), bundleSizeLimit(120)],
198+
plugins: [...createNodePlugins(false, false, false), bundleSizeLimit(123)],
199199
})
200200
}
201201

0 commit comments

Comments
 (0)