Skip to content

Commit

Permalink
fix: bundle size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Nov 28, 2022
1 parent af3ba58 commit edfdfed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -68,6 +68,6 @@
"test": "@/jest",
"cover": "@/jest --config ../../jest.config.js --coverage .",
"lint": "@/eslint .",
"bundlesize": "@/cross-env NODE_ENV=production @/bundlesize ."
"bundlesize": "npm run build && @/cross-env NODE_ENV=production @/bundlesize ."
}
}
2 changes: 1 addition & 1 deletion packages/bbob-plugin-helper/package.json
Expand Up @@ -42,7 +42,7 @@
"bundlesize": [
{
"path": "./dist/index.min.js",
"maxSize": "850 B"
"maxSize": "1024 B"
}
],
"publishConfig": {
Expand Down

0 comments on commit edfdfed

Please sign in to comment.