-
Notifications
You must be signed in to change notification settings - Fork 90
upgrading to postcss-preset-env v7.0.0 from v6.7.0 causes build to hang. unable to build #223
Comments
I am seeing a similar issue with a Webpack / React project. If I disable I am not sure on how to troubleshoot this, I think this is caused by a specific plugin but I dont really know how to find out which one. |
Hi @kimbaudi I can reproduce your issue. I'm investigating |
@renchap do you have a small repro? Right now @romainmenke identified some issues with vuetify so would love to cover more areas |
@Antonio-Laguna I'm experiencing hanging builds on nextjs too. |
@benbender I see, we've identified an issue with double gradients here: csstools/postcss-double-position-gradients#5 without knowing anything else from other projects I can't promise it'll solve your specific issue. |
@Antonio-Laguna You seem to be right:
Fixes the build. Thank you! |
Thanks so much for testing this! This makes me hopeful that once we get to fix that plugin we'll get rid of the issue |
@Antonio-Laguna I can confirm that disabling |
Double awesome!! @renchap ! Thanks all for your switf help here. We have a fix ready but will probably land tomorrow |
the thanks are due to you and the fine people who revitalized this very useful project! 🥳 |
I can also confirm that disabling |
@kimbaudi let's keep it open till we get it released :) thanks for testing it you too! |
@benbender @kimbaudi @renchap we've just published a new version (7.0.1) that renders the disabling of the plugin unnecessary anymore. Thanks for your patience and your information. |
@Antonio-Laguna Still have this issue in 7.0.1. |
@mkersb could you check your package-lock and tell me your version of the double-position-gradients plugin? |
@Antonio-Laguna |
@mkersb Can you update to 3.0.3 ? Check csstools/postcss-double-position-gradients#6 for more context |
@Antonio-Laguna Will do, thanks for the help |
For a vue2 project, I tried to upgrade postcss-preset-env from v6.7.0 to v.7.0.0, but running
yarn install
just hangs. I have a minimal reproducible repo at https://github.com/kimbaudi/practice-vue2. To reproduce the issue:postcss-preset-env
from v6.7.0 to v.7.0.0 inpackage.json
yarn install
(ornpm install
)yarn build
(ornpm build
).yarn build
hangs. seems to be an issue withpostcss-preset-env
v7.0.0. Need to downgrade to v6.7.0.also,
yarn start
hangs as well.The text was updated successfully, but these errors were encountered: