|
|
|
|
|
by markuspoerschke
2209 days ago
|
|
Why do the devDependencies gets less attention than the "normal" dependencies? In my case, it does not matter if the dependency was added to "dev" or "normal", because I just compile JavaScript and CSS to a minified version. All dependencies are needed in the build process only. I would recomment not to differentiate between runtime dependencies and dev dependencies. |
|