Tree Shaking Issues with Effect Library in Metro Bundler

Even though I'm only using import { Array, Record, Match, pipe } from 'effect' it adds 1MB to my metro bundle even with experimental tree shaking enabled. Is there a way to get this down through other imports? Why do you think the tree shaking isn't removing the effect runtime, Stream, etc. code?
Was this page helpful?