-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Docs] postcss@latest
was added to the setup requirement but no relevant configuration was added
#258
Comments
Add a new build module buildModules: [
...,
// Doc: https://github.com/nuxt/postcss8
'@nuxt/postcss8',
], |
Hello, @Viktors-Bolgovs, i don't have it setup in the project currently. Now that cypress supports component testing in |
Sorry for the late response. |
@farnabaz I see the issue is fixed, but it is unclear if a manual step of adding PostCSS to buildModules in the nuxt config is required. I see it in the bug notes on the releases page that maybe this is a manual step. In my case it was. Additionally, the documentation seems to be up to date on the github repo readme, but https://storybook.nuxtjs.org/setup still mentions installing PostCSS as a dev dependency instead of adding it to buildModules in the nuxt config. I would suggest adding to both the github documentation as well as https://storybook.nuxtjs.org/setup the manual step of adding PostCSS 8 to buildModules Thanks for fixing this issue. It was causing a real headache and flooding our logs with warnings. |
@Jikodis Did this also get your PostCSS plugins working? |
add dependency and set up stylelint config
Yes. Everything was working fine after the fix. |
Hello,
In this commit
postcss@latest
was added to the setup requirements but no relevant configuration was added. This results in the following:The project still appears to run okay. If it's not part of the minimum setup, why are we installing it? Should we be doing something else?
The text was updated successfully, but these errors were encountered: