-
Notifications
You must be signed in to change notification settings - Fork 918
postcss
option is not working after v14.0.2
#1160
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
I have found this to be an issue with cssnext, for a while. At my workplace we have a React app also with same issue. Havn't explored to deeply, however you can resolve this simply adding https://github.com/postcss/postcss-nested, this plugin seems to work much better than that provided by the cssnext tooling. |
@blake-newman |
I’m having the same issue, even when using Edit: Hmm I guess something was off because the external config works for me now. |
Same problem here. |
Should be fixed in 905b813 |
Version
14.1.1
Reproduction link
https://gist.github.com/weizhenye/2288bcf2854f4ae38f5ba604548fabd3
Steps to reproduce
npm i
npm i vue-loader@14.0.1
npm run build
dist/style.css
npm i vue-loader@14.0.2
npm run build
dist/style.css
What is expected?
The nesting syntax should be compiled by PostCSS
What is actually happening?
postcss: [cssnext()]
inwebpack.config.js
is not working in 14.0.2 (and also v14.1.1)It might be caused by this commit
The text was updated successfully, but these errors were encountered: