-
-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Description
Many users report the same problem with PostCSS 7 → 8 migration.
- They updated
postcss-loader - They ignored
postcsspeer dependency warning - npm takes old
postcss7 from some deep dependency - As a result they have an error about PostCSS incompatibility
Of course, we can blame users. But this is a popular error.
In postcss-cli we check postcss().version and show Add postcss to package.json error message. Should we do something like this in postcss-loader?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels