statianzo / webpack-livereload-plugin

LiveReload during webpack --watch
ISC License
204 stars 51 forks source link

livereload snippet not being injected in certain cases #81

Open hirasso opened 2 years ago

hirasso commented 2 years ago

Hi there! I just noticed, that with appendScriptTag set to true, if my main .js file doesn't import anything, the livereload js isn't being injected in my page.

With an import statement in my frontend.js:

Screen Shot 2022-02-17 at 16 42 55

Without any import statement in my frontend.js:

Screen Shot 2022-02-17 at 16 43 32