Skip to content

Commit

Permalink
Removing webpack bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jun 19, 2024
1 parent 69e3e05 commit 3a6a6e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 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 @@ -62,5 +62,5 @@
"@rollup/plugin-commonjs": "^22.0.1",
"three": "^0.137.0"
},
"gitHead": "ec58fcea2eeeb3acd0090561b949f95d8b664505"
"gitHead": "69e3e05f368ab8129001afa390beb6d0e928df1c"
}
16 changes: 2 additions & 14 deletions packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"watch": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\"",
"prepack": "yarn build",
"postpublish": "git push --tags",
"measure": "rollup -c ./rollup.size.config.mjs && webpack --config webpack.size.config.js && bundlesize"
"measure": "rollup -c ./rollup.size.config.mjs && bundlesize"
},
"dependencies": {
"tslib": "^2.4.0"
Expand Down Expand Up @@ -102,19 +102,7 @@
{
"path": "./dist/size-rollup-animate.js",
"maxSize": "17.86 kB"
},
{
"path": "./dist/size-webpack-m.js",
"maxSize": "5.99 kB"
},
{
"path": "./dist/size-webpack-dom-animation.js",
"maxSize": "21.9 kB"
},
{
"path": "./dist/size-webpack-dom-max.js",
"maxSize": "34.6 kB"
}
],
"gitHead": "ec58fcea2eeeb3acd0090561b949f95d8b664505"
"gitHead": "69e3e05f368ab8129001afa390beb6d0e928df1c"
}

0 comments on commit 3a6a6e2

Please sign in to comment.