Open varunkumar opened 7 years ago
Not yet. But I'm working on implementing HMR. Right now only hot code reload works. Meanwhile you can use https://github.com/NekR/offline-plugin for faster rendering.
Nice project. I agree, it would be epic when we change example-item.html and only that piece of code getting reloaded. Currently all changes in a component result in a page reload.
@patrickjaja I'll start working on this once I fix other issues. Follow this issue for future updates https://github.com/aruntk/wc-loader/issues/2
On any change to modules, I see that the whole page is getting reloaded instead of the module alone.