keen-analysis.js icon indicating copy to clipboard operation
keen-analysis.js copied to clipboard

npm dependencies should be dev dependencies

Open stof opened this issue 6 months ago • 0 comments

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]

stof avatar Aug 25 '25 13:08 stof