next.js
9cc79762
- exclude `.stories.` and `.test.` files from taskfile watch and error plugin (#74064)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
exclude `.stories.` and `.test.` files from taskfile watch and error plugin (#74064) ### Why? 1. Errors from `.stories.` are added to `errors.json`. 2. `pnpm dev -F next` watches unit test files and stories changes, which is unnecessary.
References
#74064 - exclude `.stories.` and `.test.` files from taskfile watch and error plugin
Author
devjiwonchoi
Parents
1856294e
Loading