You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also experiencing this issue, thought it was related to using payload in my project (which requires postcss-preset-env@^6.7.0 as a dependency), but it looks like @nuxt/webpack is also using postcss-preset-env@^6.7.0.
You can use yarn resolutions to force @nuxt/webpack and any other dependencies to use postcss-preset-env@^7.x:
Hello,
currently have a lot of
postcss-preset-env
warnings in dev mode.With
postcss-preset-env@7
the warnings are removed.Is this a correct fix?
Behavior can be recreated with:
npm init nuxt-app…
)@nuxt/postcss8
nuxt-config.js
package.json
The text was updated successfully, but these errors were encountered: