web3 / web3.js

Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.
https://web3js.org/
Other
19.15k stars 4.9k forks source link

web3 tree shaking support and document #5248

Closed jdevcs closed 1 year ago

jdevcs commented 2 years ago

ts-loader uses tsc, the TypeScript compiler, and relies on your tsconfig.json configuration.

If module is set to "CommonJS", webpack won't be able to tree-shake code.

mconnelly8 commented 2 years ago

Hey team! Please add your planning poker estimate with ZenHub @avkos @jdevcs @luu-alex @nazarhussain @nikoulai @spacesailor24

jdevcs commented 2 years ago

Create a sample application and see web3 treeshaking support , also document how users can tree shake.