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
Rather than scanning to find all apps and treating each as an entry point as a part of the webpack server, we should consider using only the most recently modified app (and touch each app as we load it in the dev server).
The text was updated successfully, but these errors were encountered:
The other motivation for this is not breaking the whole environment if you have a syntax error in an old file. Start working on a new file? That's where we compile.
Rather than scanning to find all apps and treating each as an entry point as a part of the webpack server, we should consider using only the most recently modified app (and touch each app as we load it in the dev server).
The text was updated successfully, but these errors were encountered: