webpack-canary
webpack-canary copied to clipboard
Canary tooling for checking webpack dependencies against specific webpack versions
Use the local version instead of pulling it from npm/github. This would optimise the CI installation and simplify local testing during development. This would be defined as webpack/dependency version `"@current"`...
We show the stack trace and error message when something wrong happens, but the goal is to show all errors (not stop after the first one). This works as expected...
Related to https://github.com/webpack-contrib/organization/issues/9
I think there is a lot of value in this. If you agree, I'd like to submit a PR which accomplishes this. For starters, this will allow sqwuak to be...
Capture webpack output (as JSON?) when running each example. Perform regression detection on data from previous run and flag up in outputted report. http://approvaltests.com/ 🎩 hat tip to @bebraw for...