-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
size-limit --watch #162
Comments
I started hacking this issue, but I have a question: when user has multiple files for checking is it needed to check the size of the only file/files that have been changed? I have a solution now, but size-limit will always check all files in watch mode. I found hard to make size-limit checking individual files when they have been changed |
It is OK to check all |
What is the difference? |
We either get +1 dependency and don't reinvent workarounds that eliminate |
What |
According to docs |
What is |
|
Yeap, we need recursive watch and Linux support. What third party libraries do we have and what is the difference between them? |
I've briefly examined only 2. I can take a closer look a little bit later. |
I think we need more investigating. |
I've implemented this. Please check https://github.com/jayhoney/size-limit/tree/feature/watch-mode |
@jaydenseric great! Looks good. Can you send pull request? it has better UI for code review. |
Option to re-run script on any file changes in the project
The text was updated successfully, but these errors were encountered: