Say you have index.marko that includes head.marko as a partial.
Changing contents of index.marko will cause webpack dev server to recompile the template, however it is impervious to any change introduced in head.marko, and I have to restart my server for changes to take effect
Say you have
index.marko
that includeshead.marko
as a partial. Changing contents ofindex.marko
will cause webpack dev server to recompile the template, however it is impervious to any change introduced inhead.marko
, and I have to restart my server for changes to take effect