What is the difference of having the packages under the dependencies
or devDependencies
in the package.json?
How does that impact in the final build?
Sounds quite simple, but I don't have it clear to which packages to put in each section. Even similar addon's documentations vary as well, some say to use --save
and others --save-dev
, which confuses me.