https://github.com/ktmouk/tree-shaking-gql-web
https://github.com/ktmouk/tree-shaking-gql-web
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ktmouk/tree-shaking-gql-web
- Owner: ktmouk
- Created: 2024-10-28T07:47:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T07:51:31.000Z (6 months ago)
- Last Synced: 2025-01-23T16:52:05.305Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the reproduction of the issue that @0no-co/graphql.web does not support tree-shaking.
Run `pnpm install && pnpm build`, then check if `dist/bundle.js` contains unused GraphQL objects.