Closed
Description
Reproduction link
https://stackblitz.com/edit/nuxt-starter-3paghm?file=package.json
Bug description
When adding "postcss-preset-env": "^8.3.1"
to package.json and
'postcss-preset-env': {
stage: 1,
},
to postcss.config.js, the nuxt 3 dev server wil hang.
Actual Behavior
The nuxt dev server will hang at ✔ Nitro built in 199 ms
, you'll never see ℹ Vite client warmed up in 1177ms
Expected Behavior
For v8.3.1 to not let the Nuxt dev server hang. v8.1.0 works but v8.2.0 is where the problem starts.
Can you reproduce it with npx @csstools/csstools-cli <plugin-name> minimal-example.css
?
No
npx
Output
No response
Extra config
No response
What plugin are you experiencing this issue on?
PostCSS Preset Env
Plugin version
8.3.1
What OS are you experiencing this on?
macOS
Node Version
v16.14.2
Validations
- Follow our Code of Conduct
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Would you like to open a PR for this bug?
- I'm willing to open a PR
Metadata
Metadata
Assignees
Labels
No labels