Marc Itzenthaler
Marc Itzenthaler
Maybe we could change the logic more globally/configureable. 1) New option `useChildHash` (default: true) to disable check for compilation.children hashes. 2) New option `useCompilationHash` (default: true) to disable check for...
I got the same problem. But the delay is working. It just notifies once after delay but the assets are getting reloaded multiple times with a new ?livereload= get parameter....
I digged into it and found the problem. Every file which is not a css or image file will trigger a browser reload in tiny-lr. (Note: for **every** single file)...
I found this issue for multiple files rebuilds so maybe the first solution will be fixing the multiple created files. https://github.com/webpack/webpack/issues/7007
#59 Should add the ablity to fix all problems by setting `useSourceHash` to `true`
@vishal9p Everything should already been merged into the latest version.
I think i mean the #33 but it should be required anymore. Maybe with the latest changes useShourceHash gets broken? Could you share your error? And could you try useSouceSize...
You mean the changes from #33 are not present in 3.0.1? These changes are not required anymore because of the new options `useSourceHash` and `useSourceSize`.
Ahh sorry. You are right. The latest change not published. Maybe in the latest version `useSouceHash` is already working again. @statianzo Could you publish a new version with the latest...
Hi Veke, as i mentioned in the readme useSourceSize will not reload if you change only the signs but you didn't remove or add any character because filesize stays the...