keen-analysis.js
keen-analysis.js copied to clipboard
npm dependencies should be dev dependencies
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/[email protected]