Results 38 comments of Nima

Hi @matteofigus , After investigating different scenarios: - Installing webpack:4 and OC:0.39 -> Renders fine - Installing webpack:3 and OC:0.45 -> Renders fine - Installing webpack:4 and OC:0.45 -> Errors...

I think the suggested approach would be really hairy when the number of rollbacks goes high! Instead, a similar approach to [npm unpublish](https://www.npmjs.com/policies/unpublish) would be more desirable. As @seif mentioned,...

A perfect solution could be a combination of both approaches. Locking a vulnerable version is definitely a valid edge case, although implementing the feature would be complicated in case the...

@dotneet: That looks pretty good in fact. Can we wrap that functionality in `goto()` method and make the `payload.response` as the return value of goto()? Currently, goto does not return...

@garris : [Chromy supports node 6 and later](https://github.com/OnetapInc/chromy#requirements) since v0.2.11. which basically support normal promises

Same here. I'm using `amplifylocal init` and getting this on an existing project

ZefyrView doesn't exist in `1.0.0`. How do I do that in `1.0.0`?

I was looking some alternatives and my these two seems to be quite decent. https://github.com/mapbox/pixelmatch https://github.com/Huddle/Resemble.js I might give them a try instead of digging into blink-diff issue