The proxy code generated for Segment Typewriter doesn't allow webpack to properly treeshake the file.Even if one I import just a single function as a named import from the file ,the entire file gets included in the chunk increasing bundle size for my application's initial chunks
The proxy code acts as a sideEffect here for webpack
Is there a way we can prevent this code from being generated?
