https://github.com/thdk/analyze-react-use-gesture
Analyze tree shaking of react-use-gesture
https://github.com/thdk/analyze-react-use-gesture
Last synced: 5 months ago
JSON representation
Analyze tree shaking of react-use-gesture
- Host: GitHub
- URL: https://github.com/thdk/analyze-react-use-gesture
- Owner: thdk
- Created: 2020-11-18T13:06:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T13:07:17.000Z (over 5 years ago)
- Last Synced: 2024-12-29T13:48:58.560Z (over 1 year ago)
- Language: TypeScript
- Size: 370 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test if react-use-gesture gets correctly treeshaken
```
npm run build
npm run analyze1 // using source-map-explorer
npm run analyze2 // using webpack-bundle-analyzer
```