Wayne Steven See

Results 3 comments of Wayne Steven See

Actually the CI build passed even though `bundlesize` failed. When I run `bundlesize` and the bundle size exceeds the max limit, it exits with an exit status of `0` so...

I created a quick PR [here](https://github.com/siddharthkp/bundlesize/pull/231) to hopefully better illustrate the problem I'm encountering (and a possible bug fix). Feel free to close it if the current behaviour is expected,...

we encountered this problem, turns out the CI environment we're running in (travis) was using npm 5.6.0 which didn't support `audit` yet and was causing misleading JSON error. Forcing the...