vuetifyjs / nuxt-module

Zero-config Nuxt Module for Vuetify
https://nuxt.vuetifyjs.com/
MIT License
226 stars 22 forks source link

fix: adopt forward-compatible approach to `builder:watch` #207

Closed danielroe closed 8 months ago

danielroe commented 8 months ago

We are planning to move to emitting absolute paths in builder:watch in Nuxt v4. You can see a little more about the history in the PR linked in that issue.

This PR is an attempt to use a forward/backward compatible approach, namely resolving the path to ensure it's absolute, then making it relative so your existing code will continue to work.

This should be safe to merge as is, but do let me know if you have any concerns about this approach.

netlify[bot] commented 8 months ago

Deploy Preview for vuetify-nuxt-module ready!

Name Link
Latest commit dd5a7a9c174cc52d34de89521631d4de40ee6386
Latest deploy log https://app.netlify.com/sites/vuetify-nuxt-module/deploys/66030ef4671af30008c5ca91
Deploy Preview https://deploy-preview-207--vuetify-nuxt-module.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

danielroe commented 8 months ago

🫡