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

prevent activation of module that are already compiled, remove initial activation #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devtreehouse
Copy link

In my experience, browser will send request for files that are already ready and sent to it before. Therefore blocking these requests.
I played around and didn't find the use case for initial activate module either, as the only reason this.pendingActivation would have value, is because browser requested for it from server.js. However on the initial build, dev server didn't even start, therefore there shouldn't be any request coming in.

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

Successfully merging this pull request may close these issues.

None yet

2 participants