DEV Community

Discussion on: Write a library using TypeScript library starter

Collapse
 
typemean profile image
Typescript Mean

Hi, I have a question, what exactly does the treeshaking in rollupJS do? How is it different from just a regular index.ts file as described in how-to-write-a-typescript-library....? Thanks!