Closed web-mi closed 3 years ago
@statianzo could you tell me why you unset delay option for tiny-lr? I could not find any usage of delay in tiny-lr but won't remove it because i don't know why you removed it.
Changes are done. I refactored the listen function a little bit. The package.json now includes the peerDependency for webpack and engines for node version. And i have added a changelog file.
I tried everything with node 10 too and it works so required node version is >= 10.
@statianzo could you tell me why you unset delay option for tiny-lr? I could not find any usage of delay in tiny-lr but won't remove it because i don't know why you removed it.
It came as part of #38. Likely being conservative about what gets passed through to tiny-lr, to prevent issues if it were to add delay
.
Released v3.0.0. Switched to github actions for CI because travis seems to no longer run.
Thanks again @web-mi
I have refactored the code a little bit and added support for webpack 5 but webpack 4 is still be supported. Maybe it should be released as major but it should not include any breaking changes.
Fixes #63