-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
npm throws a warning, if dts-css-modules-loader is used with the latest version of css-loader (3.4.2 right now):
npm WARN [email protected] requires a peer of css-loader@^2.0.2 but none is installed. You must install peer dependencies yourself.
I don't know why you rely on this old version, because your package works fine with the latest css-loader.
Can you please adjust your package.json to get rid of the warning?
Maybe changing it to ">=2.0.2" would be a solution (if you know that 2.0.2 is the minimum requirement). In that case, your extension would work with all further css-loader versions. If there should be a breaking-change in css-loader someday, I'm sure someone creates a ticket in your issue tracker.
Metadata
Metadata
Assignees
Labels
No labels