Skip to content

Commit

Permalink
chore: change "vite" package size limit from kiB to kB with approimation
Browse files Browse the repository at this point in the history
  • Loading branch information
naruaway committed Aug 10, 2023
1 parent efc9cf6 commit e235780
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 e235780

Please sign in to comment.