If I add React Router to my React app, and I use Webpack to bundle my code, does it matter if I install React Router using --save-dev
or not?
This question is not about the difference between --save
and --save-dev
, but about whether webpack
handles devDependencies
differently.