Closed kentcdodds closed 9 years ago
If the options excludeWarnings and the stats.hasWarnings() then error will be undefined and you get an error which breaks your build.
excludeWarnings
stats.hasWarnings()
error
aaargh, right... thanks!
but I think we could just use:
} else { return; }
:+1:
Feel free to close the PR and just push your own changes.
should be published to npm in a few seconds once TravisCI has finished building
If the options
excludeWarnings
and thestats.hasWarnings()
thenerror
will be undefined and you get an error which breaks your build.