Closed gpyshenko closed 3 years ago
I get error in my vue file if i combine css modules and lang="postcss".
<style module lang="postcss"> .Logo { &__image { height: auto; } } </style>
My error
No PostCSS Config found in: path_to_project
My config postcss in nuxt.config.js
nuxt.config.js
build: { postcss: { 'plugins': { 'postcss-import': true, 'precss': {}, }, }, },
If i add postcss.config.js then process dont stop.
Versions: vue-jest: "^3.0.7"
Can you try upgrading to 4.x? 3.x has not had a release for a long time.
@gpyshenko Hi, i'm running into same problem. This is because an endless cycle (while) in postcss-compiler file. I made a fork with fix.
Thank you so much))
I get error in my vue file if i combine css modules and lang="postcss".
My error
My config postcss in
nuxt.config.js
If i add postcss.config.js then process dont stop.
Versions: vue-jest: "^3.0.7"