Dependencies are packages required for an app to function in production, while devDependencies are needed only for development and testing. The distinction between the two can be crucial depending on how the app runs and the environment. The article discusses various approaches for categorizing dependencies and their practical
Table of contents
What does it mean to “run in production”?Practical differences between a regular dependency and a dev dependencyHow do I decide what is a dev dependency?Conclusion1 Comment
Sort: