danielstern / isomorphic-react

A simple but powerful React application built on a standards-compliant back-end
https://isomorphic-react-x.herokuapp.com/
380 stars 259 forks source link

Incorrect configuration in package json for dependency #49

Closed gahlotbaba closed 4 years ago

gahlotbaba commented 4 years ago

All the packages are showing under dependency. Can you please confirm if this is the right way? Is there no major difference between dependency and devDependency? Will all web-pack and other local/dev related package will not be part of production build?

danielstern commented 4 years ago

Hey Mohit.

Certain packages that would be dev-dependencies are dependencies to make it simpler to deploy, These could definitely be moved to dev dependencies for projects which grow to that size.