-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Description
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?
petemill, reneruiz, mtunyk, vinnymac, pablasso and 1 more