This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
Releases: geowarin/friendly-errors-webpack-plugin
Releases · geowarin/friendly-errors-webpack-plugin
1.7.0
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
v1.6.0
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 !