remote-redux-devtools
remote-redux-devtools copied to clipboard
Install with `--save-dev` or `--save`?
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.
My IDE (Webstorm) warns me of the same thing. Is there any argument the other way?