npm friendly-errors-webpack-plugin 1.6.0
v1.6.0

latest releases: 2.0.0-beta.2, 2.0.0-beta.1, 2.0.0-beta.0...
7 years ago

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 !

Don't miss a new friendly-errors-webpack-plugin release

NewReleases is sending notifications on new releases.