Closed djskinner closed 3 years ago
To provide feedback to users when these plugins are used with versions of webpack that haven't been tested.
peer dependencies is a standard mechanism for handling this situation
Updated peer dependencies to exclude all but webpack major versions 3, 4 and 5.
Goal
To provide feedback to users when these plugins are used with versions of webpack that haven't been tested.
Design
peer dependencies is a standard mechanism for handling this situation
Changeset
Updated peer dependencies to exclude all but webpack major versions 3, 4 and 5.
Testing