remote-redux-devtools icon indicating copy to clipboard operation
remote-redux-devtools copied to clipboard

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

Open IanVS opened this issue 8 years ago • 1 comments

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.

IanVS avatar Oct 30 '17 14:10 IanVS

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

Vages avatar Mar 20 '18 12:03 Vages