webpack-contrib / json-loader

json loader module for webpack - UNMAINTAINED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save as dependency?

simeg opened this issue · comments

In the README the npm command says --save which saves the dependency to dependencies in package.json. I can only think of use cases where I'd want to save it as a development dependency, i.e. I'd install it as npm install --save-dev json-loader.

So my question, why would you need this as a regular dependency?