-
Notifications
You must be signed in to change notification settings - Fork 195
Fix config not working in nuxt 3.16 #961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
π· Deploy request for nuxt-tailwindcss pending review.Visit the deploys page to approve it
|
PR Summary
|
|
@marr I've raised a PR to your fork (as I didn't have permission to push). Feel free to review and merge, then we can merge this PR π |
chore: use hook to watch pages
| "test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground" | ||
| }, | ||
| "dependencies": { | ||
| "@nuxt/kit": "^3.15.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ineshbose / @marr Moving this from a dependency to a dev dependency broke the package for us in: https://gitlab.com/gitlab-org/gitlab-services/design.gitlab.com/-/merge_requests/4338 because nuxt@2 doesn't seem to ship @nuxt/kit per default.
It probably should be a peer dependency at least
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nuxt/kit should be an explicit dependency - I did not spot that this PR moved it.
unrelatedly, do you need any help migrating https://gitlab.com/gitlab-org/gitlab-services/design.gitlab.com to nuxt 3?
π Linked issue
closes #960
β Type of change
π Description
Fixes tailwindcss config for nuxt 3.16