webpack-contrib / webpack-canary

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

Allow running dependency tests with the specific webpack version #51

Closed DarkoKukovec closed 7 years ago

DarkoKukovec commented 7 years ago

Related issue: #24

Test command: node index.js --webpack=webpack/webpack#master --dependency=https://github.com/webpack-contrib/extract-text-webpack-plugin/archive/master.tar.gz --test="npm test" --example-dir=example

Breaking change: If example-dir is not set, examples will not be checked.