js-sdk
js-sdk copied to clipboard
Add sideEffect property in package.json
Tree shakers like Webpack leverage the sideEffect property in libraries package.json. We should confirm that sideEffect: false won't have any negative impact so that tree shaking can be more effective.
Here's another article that discusses tree shaking in more detail.
https://www.smashingmagazine.com/2021/05/tree-shaking-reference-guide/
Hey @beeme1mr , I have a question how do I make sure , nothing went wrong after adding configuration for treeshaking.