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.
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 usingdevServer.watchContentBase: true
and nothing seems to work. I have to save the parent file for the changes to show up.