https://github.com/tuler/viem-accounts-treeshaking
Tree-shaking demo of viem/accounts
https://github.com/tuler/viem-accounts-treeshaking
Last synced: 5 months ago
JSON representation
Tree-shaking demo of viem/accounts
- Host: GitHub
- URL: https://github.com/tuler/viem-accounts-treeshaking
- Owner: tuler
- Created: 2024-04-04T17:10:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T17:11:14.000Z (about 2 years ago)
- Last Synced: 2024-04-14T01:56:07.800Z (about 2 years ago)
- Language: JavaScript
- Size: 456 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# viem-accounts-treeshaking
This is a simple demo of tree-shaking capabilities of viem when using [esbuild](https://esbuild.github.io) and the `viem/accounts` module.
```shell
pnpm i
pnpm run build
```
Load the file generated at `dist/meta.json` into [https://esbuild.github.io/analyze/](https://esbuild.github.io/analyze/).
