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
{{ message }}
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.
On each file change, webpack is building the whole project again. With happy-pack and dll is much faster, but the server is restarting on shared files changes, too. My question is, can webpack delimit client and server files, and restart server only if "server specific" modules was changed?
The text was updated successfully, but these errors were encountered:
Closing this in favour of #330 as highlighted by @smirea
I have renamed the issue too. This will be a big focus for the next big release IMO. I'd like to rework the dev tooling as they haven't received any attention in ages.
On each file change, webpack is building the whole project again. With happy-pack and dll is much faster, but the server is restarting on shared files changes, too. My question is, can webpack delimit client and server files, and restart server only if "server specific" modules was changed?
The text was updated successfully, but these errors were encountered: