You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have a callback when the upload is finished? It will be very helpful to console.log some information about it. Also, the progress doesn't work (even on the RC release) when used with the latest version of webpack (in cli mode).
The text was updated successfully, but these errors were encountered:
Totally possible to add a callback. Webpack internal Api has changed quite a bit since this was first made. Progress will probably have to be revisited and update how the numbers are sent to progress bar
Is it possible to have a callback when the upload is finished? It will be very helpful to console.log some information about it. Also, the
progress
doesn't work (even on the RC release) when used with the latest version of webpack (in cli mode).The text was updated successfully, but these errors were encountered: