vuetify-nuxt-module
vuetify-nuxt-module copied to clipboard
fix: restart v4 compat dev server on config. file changes
Description
Changes included in #207 handling relative paths when we're using absolute paths (unconfig):
- Nuxt v4 compat not calling
handleHotUpdateon configuration changes and not watching files/folders outsidesrcDirfolder: fixed usingbuilder:watch+ customchokidarwatcher - configuration files normalized via
pathe chokidaronly included inbuild.externalsnot added as dependency/dev dependency
Linked Issues
Additional Context
[!TIP] The author of this PR can publish a preview release by commenting
/publishbelow.