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

Releases: geowarin/friendly-errors-webpack-plugin

1.7.0

05 Apr 13:03
Compare
Choose a tag to compare

Minor Changes

  • Support for Webpack 4 / Use Webpack hooks: 98baeb9

Patches

  • Add ESLint: 460a0b8
  • Fix: only transforms tests with babel. prevents #35: #41
  • Add ESLint in test script: 8bfe427
  • Fix test script: aba6bec
  • Replace string-length with string-width: #45
  • Chore(pkg) remove homepage: 7190a8c
  • Update README: 3a414ae
  • Docs(readme): Use false to turn off erros in webpack-hot-middleware: a56f05e
  • 🔧 Set webpack as peerDependencies: ad55113
  • Remove irregular whitespace: 7868f36
  • Specify webpack v4 as peer dependency: 8a676ec

Credits

Huge thanks to @christophehurpeau and @cncolder for helping!

v1.6.1

01 Mar 09:54
Compare
Choose a tag to compare

Fix a syntax error that sneaked in the previous version (#36 #37)

Thanks @MichMich and @Grafikart

v1.6.0

01 Mar 08:32
Compare
Choose a tag to compare

We now make the distinction between npm modules and relative modules when they are missing (#34):

ERROR  Failed to compile with 3 errors

This dependency was not found:

* not-found in ./test/fixtures/module-errors/index.js

To install it, you can run: npm install --save not-found


These relative modules were not found:

* ./non-existing in ./test/fixtures/module-errors/index.js
* ../non-existing in ./test/fixtures/module-errors/index.js

Thanks @christophehurpeau !

v1.5.0

28 Feb 13:20
Compare
Choose a tag to compare

Remove duplicate modules not found messages (#30, #31):

Sample output:

These modules were not found:

* redux
* react in ./src/file1.js, ./src/file2.js and 2 others

To install them, you can run: npm install --save redux react

Thanks to @christophehurpeau !

v1.4.0

22 Feb 07:33
Compare
Choose a tag to compare

Add files in which module not found errors happen (#25), thanks @christophehurpeau

v1.3.1

16 Feb 08:28
Compare
Choose a tag to compare

Fix an error with the eslint transformer which could sometimes not get a proper stacktrace (#24)

v1.3.0

16 Feb 00:43
Compare
Choose a tag to compare
  • Preserve console history (#23)
  • Add time to console output (#22)

Demo 1

Demo 2

Big thanks to @timneutkens !

v1.2.0

15 Feb 14:35
Compare
Choose a tag to compare

Improve eslint plugin output (#20):

Es-lint warnings should now be grouped correctly (showing the hints once) and not show the stacktrace of the eslint loader nor duplicated file information

v1.1.3

16 Jan 00:22
Compare
Choose a tag to compare

Do not display the loader string attached to file path (#15)

v1.1.2

03 Dec 17:49
Compare
Choose a tag to compare

Fix default value of the clearConsole option (#11 - @nkzawa)