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
This would be benefitting developer productivity in scenarios where they are modifying multiple files at once, and want to recompile and reload once for all of them .
Fir instance we have a scenario where modifying/saving a file generates an artefact in a particular directory which is also watched . So we want to trigger re-compile after a certain timeout , say like 300ms so as to ensure that artefact is generated.
What problem does this feature solve?
This would be benefitting developer productivity in scenarios where they are modifying multiple files at once, and want to recompile and reload once for all of them .
Fir instance we have a scenario where modifying/saving a file generates an artefact in a particular directory which is also watched . So we want to trigger re-compile after a certain timeout , say like 300ms so as to ensure that artefact is generated.
https://webpack.js.org/configuration/watch/#watchoptionsaggregatetimeout
What does the proposed API of configuration look like?
Here is the webpack implementation for it :
https://webpack.js.org/configuration/watch/#watchoptionsaggregatetimeout
The text was updated successfully, but these errors were encountered: