Skip to content
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

fix: scanDirs when nested modules in dirs update #319

Merged
merged 1 commit into from Feb 17, 2023

Conversation

ddosakura
Copy link
Contributor

Description

When use nested modules in dirs, handleHotUpdate is not re-scanDirs.

  dirs: [
    // './composables/**', // all nested modules
  ],

Linked Issues

Additional context

@oceangravity
Copy link

+1

@antfu
Copy link
Member

antfu commented Feb 16, 2023

This only solves a very specific case, We should use isMatch from micromatch to check

@ddosakura ddosakura reopened this Feb 17, 2023
@antfu antfu merged commit 0e3e3d7 into unplugin:main Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants