arcanis / clipanion

Type-safe CLI library / framework with no runtime dependencies
https://mael.dev/clipanion/
1.12k stars 66 forks source link

build: fix treeshaking #54

Closed merceyz closed 4 years ago

merceyz commented 4 years ago

What's the problem this PR addresses?

Due to the library getting built into a single file rollup and webpack were having issues treeshaking unused code

How did you fix it?

Preserve modules and set sideEffects to false