-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add onUpdateCallback option to call after every update #34
base: master
Are you sure you want to change the base?
Conversation
// console.log('svaing.... ', normalizePath(relativePath(relativeRoot, filename))) | ||
// files[filename].filename = normalizePath(relativePath(relativeRoot, filename)) | ||
// } | ||
// }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove thsi commented code?
@@ -1,3 +1,2 @@ | |||
{ | |||
"stage": 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you remove this? I guess it's not needed anymore but did you ran into an issue?
Can you add tests for this changes? |
👍 I just arrived hoping to open a request for this feature! Please don’t forget about this. |
No description provided.