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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Other:
Current behavior
Every html response is injected with a script tag.
<!-- Code injected by live-server --><script>
// <![CDATA[ <-- For SVG support
if ('WebSocket' in window) {
Expected behavior
Not every file/page needs live reload. There should be a way to ignore some files/paths.
Why? Well, in my case, I serve some html to be used as a template, and having script tags injected breaks things.
I'm submitting a...
Current behavior
Every html response is injected with a script tag.
Expected behavior
Not every file/page needs live reload. There should be a way to ignore some files/paths.
Why? Well, in my case, I serve some html to be used as a template, and having script tags injected breaks things.
An example response:
and what I get:
The text was updated successfully, but these errors were encountered: