DEV Community

Discussion on: How to Quickly Deploy a VueJS App to Heroku

 
jmbejar profile image
Jorge Bejar

I consider that Vue is doing the right thing. Libraries that are only used to build the site should be placed in devDependencies instead of dependencies.

I understand that dependencies should be used to list packages that should be bundled into the production build, but the tools that you use to make the build.