-
Notifications
You must be signed in to change notification settings - Fork 457
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
chore: migrate nuxt module to HMR version #3232
chore: migrate nuxt module to HMR version #3232
Conversation
🦋 Changeset detectedLatest commit: 79406be The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
46e682f
to
885d863
Compare
885d863
to
15d6ddb
Compare
apps/docs/components/package.json
Outdated
"nuxt": "^3.12.4", | ||
"nuxt-gtag": "^2.1.0" | ||
"nuxt": "^3.13.2", | ||
"nuxt-gtag": "^2.0.5" |
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.
Is the downgrade on purpose?
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.
I havent changed this version of nuxt-gtag, weird, yarn had to change it, good catch will check it
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.
// How to test? check if variable is overwritten with current priority table | ||
// 1. `tailwind.config.ts` file | ||
// 2. `nuxt.config.ts` file with `tailwindcss` property | ||
// 3. default configuration inside module |
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.
👍
Related issue
Closes #
Scope of work
Newest version
@nuxtjs/tailwindicss:6.12.1
that supports HMR our module has to migratedConnected GH issue nuxt-modules/tailwindcss#898 (comment)
Screenshots of visual changes
Checklist