-
-
Notifications
You must be signed in to change notification settings - Fork 608
Use PostCSS async API #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For example, cssnano can start to use async plugin. |
I setup my webpack config following example. This example occurs same errer. I think this is a good test case for this issue. |
Seems like |
FYI, I am responsible of the current shit postcss/postcss#412 (comment) |
Thanks for the hint. We should use the async API... |
cssnano v3.0.0 is out and requires usage of the async API. So, this is now a reality 😉 |
css-loader
uses sync API for PostCSS.It is restricted by PostCSS Runner Guielines, because you can’t use sync API with async plugins.
/cc @markdalgleish
The text was updated successfully, but these errors were encountered: