Skip to content

Commit

Permalink
chore: change "vite" size limit from kiB to kB with approximation
Browse files Browse the repository at this point in the history
  • Loading branch information
naruaway committed Aug 10, 2023
1 parent 4be631e commit 3b4904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function createCjsConfig(isProduction: boolean) {
...Object.keys(pkg.dependencies),
...(isProduction ? [] : Object.keys(pkg.devDependencies)),
],
plugins: [...createNodePlugins(false, false, false), bundleSizeLimit(120)],
plugins: [...createNodePlugins(false, false, false), bundleSizeLimit(123)],
})
}

Expand Down

0 comments on commit 3b4904f

Please sign in to comment.