-
Notifications
You must be signed in to change notification settings - Fork 183
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
feat: first class hmr #818
Conversation
…to first-class-hmr
…to first-class-hmr
✅ Live Preview ready!
|
Expose config templates may not change.. need to look into that |
|
need to consider using |
✅ Deploy Preview for nuxt-tailwindcss ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
on fresh setup without prepare, some styling is flashing and I may not be too happy with how objects are copied while needing to be passed in configMerger (there's lot of complexity here as well..) |
Just build now not detecting added templates... |
I've been in half minds around writing tests.. may write them or release soon |
minor improvement if needed in future - do findPath within loadConfig and also listen for 'add' event from builder in that case. Templates are already triggering due to templatesGenerated hook 👍 |
previously worked on in #795, then reverted #817
Test on Stackblitz: https://stackblitz.com/github/nuxt-modules/tailwindcss/tree/first-class-hmr
closes #682 and closes #826