https://github.com/mcjazzyfunky/test-treeshaking
https://github.com/mcjazzyfunky/test-treeshaking
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcjazzyfunky/test-treeshaking
- Owner: mcjazzyfunky
- Created: 2019-12-05T21:29:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:31:24.000Z (over 2 years ago)
- Last Synced: 2023-03-08T08:23:46.390Z (about 2 years ago)
- Language: JavaScript
- Size: 607 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Testing tree shaking
#### Installation / build
```
git clone https://github.com/mcjazzyfunky/test-treeshaking.git
cd test-treeshaking
npm install
npm run build
ls -lh dist
```