vuetify-nuxt-module icon indicating copy to clipboard operation
vuetify-nuxt-module copied to clipboard

fix: restart v4 compat dev server on config. file changes

Open userquin opened this issue 11 months ago • 0 comments

Description

Changes included in #207 handling relative paths when we're using absolute paths (unconfig):

  • Nuxt v4 compat not calling handleHotUpdate on configuration changes and not watching files/folders outside srcDir folder: fixed using builder:watch + custom chokidar watcher
  • configuration files normalized via pathe
  • chokidar only included in build.externals not added as dependency/dev dependency

Linked Issues

Additional Context


[!TIP] The author of this PR can publish a preview release by commenting /publish below.

userquin avatar Nov 14 '24 21:11 userquin