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?
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.
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?