Closed merceyz closed 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
sideEffects
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