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

watch is not working correctly #345

Open
zzzz465 opened this issue Jan 24, 2021 · 0 comments
Open

watch is not working correctly #345

zzzz465 opened this issue Jan 24, 2021 · 0 comments

Comments

@zzzz465
Copy link

zzzz465 commented Jan 24, 2021

folder structure

api
- api/foo.js
- api.bar.js
- doc
- - main.js
- routes
- - mailgun.js

with this folder structure, glob pattern api/{*.{js,ts},!(doc)/**/*.{js,ts}} should watch every js,ts files under api/ except in api/doc folder.
but instead of doing that, it only watches api/*.js, api/*.ts files

test result Link here

image

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

No branches or pull requests

1 participant