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
For some reason Nuxt/Webpack triggers a full page reload because of it not being able to hot reload tailwind.css. The weird thing here is that i'm not even changing anything inside tailwind.css, I'm changing a .vue component.
Version
@nuxtjs/tailwindcss: 4.2.0
nuxt: 2.15.7
Steps to reproduce
No special config, this just seems to happen with the latest version of nuxt and this package
What is Expected?
Hot reload should work without reloading the page
What is actually happening?
An edit in a .vue file for some reason causes a hot reload of tailwind.css to fail
The text was updated successfully, but these errors were encountered:
fabis94
changed the title
HMR] The following modules couldn't be hot updated: (Full reload needed) - ./assets/css/tailwind.css
[HMR] The following modules couldn't be hot updated: (Full reload needed) - ./assets/css/tailwind.css
Jul 5, 2021
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
For some reason Nuxt/Webpack triggers a full page reload because of it not being able to hot reload tailwind.css. The weird thing here is that i'm not even changing anything inside tailwind.css, I'm changing a .vue component.
Version
@nuxtjs/tailwindcss: 4.2.0
nuxt: 2.15.7
Steps to reproduce
No special config, this just seems to happen with the latest version of nuxt and this package
What is Expected?
Hot reload should work without reloading the page
What is actually happening?
An edit in a .vue file for some reason causes a hot reload of tailwind.css to fail
The text was updated successfully, but these errors were encountered: