Skip to content

Releases: haoqunjiang/friendly-errors-webpack-plugin

v1.8.1

15 Nov 08:38
598bedf
Compare
Choose a tag to compare

Updated dependencies to fix audit warnings

v1.8.0

10 Dec 15:00
Compare
Choose a tag to compare
  • Merged from upstream, dropped support of Node.js 6, webpack 2 & 3.
    Strictly speaking, this is a breaking change, but I think it is a reasonable assumption that no actual user of this fork should have used it in these environments.
    So to avoid the burden of transitively updating all the dependents, I released it as minor.
    If you encountered any issues, please raise an issue on the GitHub repo.
  • Supported eslint-webpack-plugin (#1)
  • Respect CI env var and do not clear terminal (#2)
  • Accept webpack 5 as a peer dependency