waysact / webpack-subresource-integrity

Webpack plugin for enabling Subresource Integrity.
MIT License
357 stars 46 forks source link

TypeError: Class extends value undefined is not a constructor or null #215

Closed hejialianghe closed 1 year ago

hejialianghe commented 1 year ago

The following error prompt occurred during the download operation:

TypeError: Class extends value undefined is not a constructor or null

jscheid commented 1 year ago

Duplicate of #174, you're using version 5 of this plugin with version 4 (or older) of Webpack. You need to upgrade Webpack or downgrade this plugin.