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