zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.8k stars 138 forks source link

Install with `--save-dev` or `--save`? #103

Open IanVS opened 6 years ago

IanVS commented 6 years ago

It seems to me like this project needs to be installed with --save, instead of --save-dev as mentioned in the readme. The reason for that is that it will be a part of your store, even though it sounds like it's disabled in production by default.

Vages commented 6 years ago

My IDE (Webstorm) warns me of the same thing. Is there any argument the other way?