bugsnag / webpack-bugsnag-plugins

Webpack plugins for common BugSnag actions.
MIT License
32 stars 29 forks source link

specify webpack peer dependencies #50

Closed djskinner closed 3 years ago

djskinner commented 3 years ago

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