-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Hot reloading new file not added to context module #1162
Comments
I have a similar issue and confusion about what 'optional' means. I can't seem to even manage to hot reload an existing-but-modified file that was loaded in a context module. |
Hello, I am using Gatsby a demo, but i want to deploy to https://_.github.io/helloworld/, but when i click on the link, directly after the https://_.github.io/ modified URL,this should be https://******.github.io/helloworld/ later modified, what am i going to do ? |
Hi this is the wrong place to ask questions about Gatsby. Please go to
|
fixed |
I'm not entirely sure what I need to do to get this working. When I make a change to files already in a module context, these are hot reloaded just fine, but when I add a new module, Webpack shows in the browser console that a new module id was "modified" and if I look at the webpack cli logging output, I see something like:
[596] ./pages/2015-05-20---tools-administer-facebook-groups/index.md 1.64 kB {0} [optional] [built]
But despite accepting the module update successfully and calling require again, this new (optional?) file isn't included in the context module.
What do I need to do?
The text was updated successfully, but these errors were encountered: