You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Without any import statement in my frontend.js:
The text was updated successfully, but these errors were encountered:
Hi there! I just noticed, that with
appendScriptTag
set totrue
, if my main.js
file doesn'timport
anything, thelivereload
js isn't being injected in my page.With an
import
statement in myfrontend.js
:Without any
import
statement in myfrontend.js
:The text was updated successfully, but these errors were encountered: