-
-
Notifications
You must be signed in to change notification settings - Fork 208
Closed
Description
Many users report the same problem with PostCSS 7 → 8 migration.
- They updated
postcss-loader
- They ignored
postcss
peer dependency warning - npm takes old
postcss
7 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
?
mjeightyfive
Metadata
Metadata
Assignees
Labels
No labels