-
Notifications
You must be signed in to change notification settings - Fork 115
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
Module build failed: TypeError: Cannot read property 'before' of undefined #78
Comments
It is because this PR still not accepted #76 |
Ahh, damn. Thanks for the super quick response. I'll upgrade locally until it's approved. |
Dup of #75 |
@ai you can see that the postcssVersion thing is not helping here :/ |
I am also getting this error now, using latest version (I guess) |
Please provide full trace of the error and your exact postcss and plugin versions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using postcss in a Webpack project using the postcss-loader. I'm looking to store my global vars in a single
index.css
file and pull that in where needed. As soon as I add thepostcss-import
plugin and an import statement I get the following error:This is my loader:
… and the postcss config:
Any ideas?
The text was updated successfully, but these errors were encountered: