webpack-contrib / webpack-canary

Canary tooling for checking webpack dependencies against specific webpack versions
MIT License
47 stars 11 forks source link

Add support for package manager selection #38

Closed DarkoKukovec closed 6 years ago

DarkoKukovec commented 6 years ago

Adds a --package-manager flag that can currently be set to yarn. Might add some other options in future if needed. Related to #21.

Currently has no effect on squawk, but will be used once #26 is done.