ember-simple-auth icon indicating copy to clipboard operation
ember-simple-auth copied to clipboard

peerDependency warning on build (Affects dev only)

Open Gaurav0 opened this issue 11 months ago • 2 comments

There is a peerDependency warning while installing this package.

Missing peerDependency webpack@^5.0.0 required by ember-source, ember-auto-import, etc.

As these are not dependencies, this does not affect users of this package.

The easiest way to fix is to add some version of webpack 5.x to devDependencies.

I can open a PR if you'd like.

Gaurav0 avatar Nov 12 '24 15:11 Gaurav0