It just occurred to me that all Node.js dependencies in the frontend are in the dependencies block, shipping development dependencies in production as well.
It might be necessary to update this to split Node.js dependencies into dependencies and devDependencies.
It just occurred to me that all Node.js dependencies in the frontend are in the
dependencies
block, shipping development dependencies in production as well.It might be necessary to update this to split Node.js dependencies into
dependencies
anddevDependencies
.