-
Notifications
You must be signed in to change notification settings - Fork 329
PostCSS error in version 0.15.8 #311
Comments
I also hit this while working on v0.15.8, but the Webpack version bump in the release fixed it for me. Have you tried a re-install of your node_modules if you're using npm3? Non-determinism! |
Yes, I did removed node_modules and made complete reinstall. |
I am using NPM version |
Do you have a repo I can use to reproduce this locally? |
After long debug I have figured that the issue occurs because of CSS import from SCSS file: @import "~react-datetime/css/react-datetime.css";
.rdt {
// stuff
} Surprisingly, it works w/o extension: @import "~react-datetime/css/react-datetime"; As I said, it used to work with |
Every loader involved in handling styles had a major version bump since 0.15.x so I'll trawl the changelogs and issues to see if anything sticks out. |
Related to |
I'm also hitting this issue with the latest nwb v0.16.3 |
Thanks for the investigation @evilebottnawi |
@insin any update on this? None of the newer versions work for me.. |
Does anyone have a sample repo I can use to reproduce this? |
I think a simple one would be the base nwb setup for a react component plus |
According to webpack-contrib/postcss-loader#258, nwb no longer adds this as I thought recent versions of Webpack automatically handled passing options properly, but I guess not, as |
Thank you!! |
Fix released in:
|
This issue is a: Bug Report
Got the following error for any given
css
file after upgrade to 0.15.8 from 0.15.6:The text was updated successfully, but these errors were encountered: