Skip to content

Commit

Permalink
Upgrade size-limit, fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalization committed Nov 13, 2024
1 parent 0b4f440 commit 41437f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ storybook-static
yarn.lock
pnpm-lock.yaml
coverage
esbuild-why*
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,22 @@
},
"size-limit": [
{
"path": "dist/point-cloud.cjs.production.min.js",
"limit": "800 KB"
"name": "cjs",
"path": "dist/index.cjs",
"limit": "10 kB"
},
{
"path": "dist/point-cloud.esm.js",
"limit": "10 KB"
"name": "esm",
"path": "dist/index.js",
"limit": "10 kB"
}
],
"devDependencies": {
"@react-three/drei": "^9.105.5",
"@react-three/fiber": "8.13.3",
"@size-limit/preset-small-lib": "^7.0.8",
"@size-limit/esbuild": "^11.1.6",
"@size-limit/esbuild-why": "^11.1.6",
"@size-limit/preset-small-lib": "^11.1.6",
"@storybook/addons": "^7.6.17",
"@storybook/react": "^8.0.9",
"@storybook/react-webpack5": "^8.0.9",
Expand All @@ -91,7 +95,7 @@
"react": "18",
"react-dom": "18",
"react-is": "^18.1.0",
"size-limit": "^7.0.8",
"size-limit": "^11.1.6",
"storybook": "^8.0.9",
"three": "^0.153.0",
"tslib": "^2.8.1",
Expand Down

0 comments on commit 41437f6

Please sign in to comment.