Skip to content

Commit

Permalink
Updating size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Nov 19, 2021
1 parent fc3a235 commit ac68f26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -136,7 +136,7 @@
"bundlesize": [
{
"path": "./dist/framer-motion.js",
"maxSize": "34.7 kB"
"maxSize": "34.8 kB"
},
{
"path": "./dist/size-rollup-m.js",
Expand All @@ -148,15 +148,15 @@
},
{
"path": "./dist/size-rollup-dom-max.js",
"maxSize": "27.8 kB"
"maxSize": "27.9 kB"
},
{
"path": "./dist/size-webpack-m.js",
"maxSize": "6.3 kB"
},
{
"path": "./dist/size-webpack-dom-animation.js",
"maxSize": "19.3 kB"
"maxSize": "19.4 kB"
},
{
"path": "./dist/size-webpack-dom-max.js",
Expand Down

0 comments on commit ac68f26

Please sign in to comment.