yarn.build
yarn.build copied to clipboard
Tree Shaking
I have been unable to find any information on tree shaking when it comes to using yarn build. I noticed that when I switched to using the ESM modules our memory footprint is much higher. I am curious what others are doing for tree shaking with yarn.build and Typescript + ESM.