https://github.com/guoyunhe/test-ice-tree-shaking
https://github.com/guoyunhe/test-ice-tree-shaking
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guoyunhe/test-ice-tree-shaking
- Owner: guoyunhe
- Created: 2022-09-06T02:46:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T06:29:10.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T17:39:30.686Z (5 months ago)
- Language: TypeScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test ICE Tree Shaking
Webpack mode:
| Vite output file | Vite output size | Webpack output file | Webpack output size |
| ---------------- | ---------------- | ------------------- | ------------------- |
| index.js | 128K | vendor.js | 127K |
| page1.js | 159B | page1.js | 3.7K |
| page2.js | 151B | page2.js | 1.2K |