webpack-contrib / install-webpack-plugin

Speed up development by automatically installing & saving dependencies with Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installPeers Option

ericclemmons opened this issue · comments

peerDependencies can be installed automatically, but isn't 100% what's desired.

For example, if I alias react to react-lite, NPM is entirely unaware that I've satisfied my React dependency.

I think defaulting this to true is useful, but should be an explicit option.

Also, any projects that have an alias should be ignored!

Solved via 5a83a68.