Replies: 2 comments 2 replies
-
Please create reproducible test repo and provide information about version and os |
Beta Was this translation helpful? Give feedback.
-
FWIW, I have also brought back a (potentially more informative) message using the compiler.hooks.invalid hook. Something along the lines of IMO, this is also the best hook too capture the full rebuild time (changeTime - end of done hooks), to account for delay between |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using WebStorm, my colleagues use VSCode and run WebPack in a terminal with dev-server and hot-reload enabled. when we make changes to the files and save them, the file watcher catches the changes, says "compiling...", compiles, and then the browser reloads changed files, so far so good. But with newer versions, WebPackno longer shows the "compiling..." message. While it seems insignificant, we cannot see if the file watcher detected changes and started compiling or not, and with our build times getting longer and longer it causes a lot of frustration. Please bring back the good ol' message.
Beta Was this translation helpful? Give feedback.
All reactions