Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only active apps should be compiled in dev server #2

Open
KrisJordan opened this issue Aug 25, 2017 · 1 comment
Open

Only active apps should be compiled in dev server #2

KrisJordan opened this issue Aug 25, 2017 · 1 comment

Comments

@KrisJordan
Copy link
Member

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).

@KrisJordan
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant