Replacing abandoned friendly-errors-webpack-plugin Package
Hi Webpackers!
This release replaces an abandoned package friendly-errors-webpack-plugin
with a fork of it @nuxt/friendly-errors-webpack-plugin
. If you've been annoyed by warnings like "@symfony/webpack-encore > [email protected]" has incorrect peer dependency "webpack@^4.0.0".
, then this release is for you!
- [DEPENDENCY CHANGE]
friendly-errors-webpack-plugin
was replaced by
@nuxt/friendly-errors-webpack-plugin
- the previous package was abandoned.
There should be no noticeable changes, unless you are using
Encore.configureFriendlyErrorsPlugin()
and happen to configure some
feature that differs between these libraries (the new library is a fork
of the old)
To upgrade:
yarn upgrade "@symfony/webpack-encore@^1.3.0"
Changes: https://github.com/symfony/webpack-encore/compare/v1.2.0..v1.3.0
Documentation: http://symfony.com/doc/current/frontend.html
Happy packing!