marko-js-archive / marko-loader

DEPRECATED: see https://github.com/marko-js/webpack
MIT License
10 stars 12 forks source link

Partials don't recompile when their content changes. #1

Open pastelsky opened 7 years ago

pastelsky commented 7 years ago

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