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: axios/axios#5025
I'd be happy to open a PR :)
(Also true for deeks and doc-path)