An open API service indexing awesome lists of open source software.

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

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/).

![viem-treeshaking](./viem-treeshaking.png)