The entrypoints exported in package.json are using the files from dist/, which are bundling all dependencies in the webpack build.
This means that the dependencies declared in the package.json are only about bloating our node_modules folder (and moment is quite big), as they won't be used at all at runtime.
https://packagephobia.com/result?p=keen-analysis@3.7.0
The entrypoints exported in package.json are using the files from
dist/, which are bundling all dependencies in the webpack build.This means that the dependencies declared in the package.json are only about bloating our
node_modulesfolder (andmomentis quite big), as they won't be used at all at runtime.https://packagephobia.com/result?p=keen-analysis@3.7.0