BlueOakJS / markdownit-loader

Webpack loader to translate markdown to HTML using markdownit
MIT License
12 stars 11 forks source link

Markdown partials #3

Open zod799 opened 7 years ago

zod799 commented 7 years ago

I'm using markdown-it-include with your loader, and it works fine. However, when I update an included file (while running webpack-dev-server) the page doesn't refresh. Do you have any thoughts on how I can force webpack dev server to reload the page whenever an included file is changed?

Note: I've tried setting devServer.contentBase and using devServer.watchContentBase: true and nothing seems to work. I have to save the parent file for the changes to show up.