Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Releases: geowarin/friendly-errors-webpack-plugin

v1.1.1

27 Nov 09:11

Choose a tag to compare

Fix clearConsole option not working when set to false #10

v1.1.0

16 Oct 10:23

Choose a tag to compare

Add support for MultiCompiler via #9 (@richardscarrott)

v1.0.3

28 Aug 15:52

Choose a tag to compare

Add better names for know errors.
This is useful when listening for errors externally.
When displaying desktop notifications, for instance.

v1.0.2

27 Aug 10:07

Choose a tag to compare

  • Cleans babel syntax error message
  • Only pass top errors to the onErrors listener

v1.0.1

27 Aug 10:06

Choose a tag to compare

Previous version was missing a dependency to error-stack-parser.
Sorry ! 😳

Initial release

27 Aug 10:05

Choose a tag to compare

Support for:

  • es-lint errors: displays tips on how to disable lint errors on certain lines or files
  • babel-loader syntax errors: cleans the message, removes the internal stack trace
  • Module not found errors: Aggregates all errors and displays a summary of missing modules