Skip to content

Commit

Permalink
Reducing size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Feb 24, 2023
1 parent 12fb2e9 commit b953fdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,31 +70,31 @@
"bundlesize": [
{
"path": "./dist/size-rollup-motion.js",
"maxSize": "29.92 kB"
"maxSize": "29.88 kB"
},
{
"path": "./dist/size-rollup-m.js",
"maxSize": "4.69 kB"
},
{
"path": "./dist/size-rollup-dom-animation.js",
"maxSize": "14.85 kB"
"maxSize": "14.75 kB"
},
{
"path": "./dist/size-rollup-dom-max.js",
"maxSize": "25.67 kB"
"maxSize": "25.61 kB"
},
{
"path": "./dist/size-webpack-m.js",
"maxSize": "4.8 kB"
},
{
"path": "./dist/size-webpack-dom-animation.js",
"maxSize": "18.81 kB"
"maxSize": "18.75 kB"
},
{
"path": "./dist/size-webpack-dom-max.js",
"maxSize": "30.52 kB"
"maxSize": "30.47 kB"
}
],
"gitHead": "79675ba44230ae86bfb212be8bd903fc68524976"
Expand Down

0 comments on commit b953fdb

Please sign in to comment.