This repository was archived by the owner on Sep 28, 2020. It is now read-only.
This repository was archived by the owner on Sep 28, 2020. It is now read-only.
Update 'gotchas' documentation for NoErrorsPlugin #256
Closed
Description
The readme gotchas section currently mentions that using NoErrorsPlugin
results in no bundle output if eslint errors occurred in eslint-loader.
However:
- that plugin was replaced by NoEmitOnErrorsPlugin
NoEmitOnErrorsPlugin
is now automatically enabled in webpack 4, whenmode
is either unset, or set toproduction
:- it appears that "So even ESLint warnings will fail the build. No matter what error settings are used for eslint-loader" reference is no longer true (since
emitWarning: true
worked, even with--mode production
).
Metadata
Metadata
Assignees
Labels
No labels