Hello! :) Can `sideEffects: false` please be added to `package.json`? This can enable more tree-shaking, in some cases: https://github.com/webpack/webpack/blob/main/examples/side-effects/README.md Other popular libraries, such as `axios`, have already added this flag: https://github.com/axios/axios/pull/5025 I'd be happy to open a PR :)