I’m submitting a feature request
The name of the NoErrorsPlugin
is quite confusing. By name alone, I thought NoErrorsPlugin
is a plugin which silences the display of any errors (no errors = don’t show errors), while in fact, it’s job is to skip the asset emit in case any errors are detected during the build stage.
I suggest NoEmitOnErrorsPlugin
or SkipEmittingAssetsOnErrorsPlugin
, but if you have better ideas, go for it.
I would accept a PR for this but it would need to be a graceful degradation:
How about SuppressErrorsPlugin or SilenceErrorsPlugin?
Fixed by #3570 Thanks @elodszopos I didn’t even realize this got tackled!
NoEmitOnErrorsPlugin
still sounds like something that should prevent it from emitting anerror
event when an error occurs… I personally thinkSkipEmittingAssetsOnErrorsPlugin
would have been much less confusing.