Skip to content

Commit

Permalink
Increase bundlesize
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Aug 21, 2023
1 parent 659ec8f commit cebd3c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
"gitHead": "96caa67c40dc2a5a5e348ab8cc37a21ae0a4c2f9"
"gitHead": "659ec8f478aae11524c92dd8d802c929cd17efc0"
}
16 changes: 8 additions & 8 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,36 +85,36 @@
"bundlesize": [
{
"path": "./dist/size-rollup-motion.js",
"maxSize": "30.65 kB"
"maxSize": "30.7 kB"
},
{
"path": "./dist/size-rollup-m.js",
"maxSize": "4.68 kB"
"maxSize": "5.2 kB"
},
{
"path": "./dist/size-rollup-dom-animation.js",
"maxSize": "15.4 kB"
"maxSize": "15 kB"
},
{
"path": "./dist/size-rollup-dom-max.js",
"maxSize": "26.57 kB"
"maxSize": "26.18 kB"
},
{
"path": "./dist/size-rollup-animate.js",
"maxSize": "16.3 kB"
},
{
"path": "./dist/size-webpack-m.js",
"maxSize": "4.8 kB"
"maxSize": "5.32 kB"
},
{
"path": "./dist/size-webpack-dom-animation.js",
"maxSize": "19.47 kB"
"maxSize": "19.5 kB"
},
{
"path": "./dist/size-webpack-dom-max.js",
"maxSize": "31.35 kB"
"maxSize": "31.38 kB"
}
],
"gitHead": "96caa67c40dc2a5a5e348ab8cc37a21ae0a4c2f9"
"gitHead": "659ec8f478aae11524c92dd8d802c929cd17efc0"
}

0 comments on commit cebd3c3

Please sign in to comment.