webpack-canary icon indicating copy to clipboard operation
webpack-canary copied to clipboard

Canary tooling for checking webpack dependencies against specific webpack versions

Results 6 webpack-canary issues
Sort by recently updated
recently updated
newest added

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"`...

type: Feature
priority: 4 (important)
severity: 4 (inconvenient)
semver: Minor
in-progress

type: Feature
type: Refactor

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...

type: Bug
priority: 5 (nice to have)
semver: Patch
severity: 5 (confusing)
severity: 4 (inconvenient)
type: CI

Related to https://github.com/webpack-contrib/organization/issues/9

priority: 5 (nice to have)
type: Refactor

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...

type: Feature