-
-
Notifications
You must be signed in to change notification settings - Fork 620
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 mode --save: rebuild on save regardless of changes #13
Comments
If I were to understand this correctly, it's just a rebuild after save regardless if it's a change or not? |
@gkiely Can you expand on the idea? |
If there's a change, you'll get an update. If there isn't, you'll get an update too. Edit: Could have an option for this, yes? |
Sorry I never got back on this, this is awesome though @ev1stensberg, did this end up getting fixed? |
#24 Was merged, but I think it got removed. Maybe nodemon is a better option for you |
@evenstensberg Thankyou for writing this! |
I think maybe we should wait until the new CLI is done to see what features are needed and wanted |
Hmm, @evenstensberg then removed it? |
Yes, I think it got lost in the rebase against the new branch of webpack. But the removal is good. We need less flags and features to focus on maintaining, check out nodemon if that works out |
I would like the option to be able to rebuild on save when using watch without webpack looking at the last modified date of files.
I understand rebuild can be resource intensive, but sometimes it is useful to the dev to be able to build as a sanity check or just to refresh the project.
Moved from webpack/webpack#1992
The text was updated successfully, but these errors were encountered: