npm @symfony/webpack-encore 1.3.0
Replacing abandoned friendly-errors-webpack-plugin Package

latest releases: 4.6.1, 4.6.0, 4.5.0...
2 years ago

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 > friendly-errors-webpack-plugin@2.0.0-beta.2" 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!

Don't miss a new webpack-encore release

NewReleases is sending notifications on new releases.