diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a10bb..ff1d026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - docs: update readme ## 1.0.0 (2022-09-12) -- BRAKING CHANGE: reverted defaults behavior as in `v0.8.1` - remove empty scripts before other plugins will be called. +- BREAKING CHANGE: reverted default behavior as in `v0.8.1` - remove empty scripts before other plugins will be called. This change is needs for properly work of the vast majority of webpack plugins. For compatibility with `v0.8.2 - v0.8.4`, if you have an issue, use new `stage` option with the value: diff --git a/README.md b/README.md index 958eddc..5440d19 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This plugin remove unexpected empty js file. > **Warning** > -> The new version `1.0.0` has probable `BRAKING CHANGE`.\ +> Version `1.0.0` might introduce a possible `BREAKING CHANGE`.\ > In this version was reverted defaults behavior as in `v0.8.1` - remove empty scripts `before` processing other plugins. > > **Migration to v1.0.0**