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
I'm using Webpack with hot reloading. If one of my Vue components ends with anything that looks like an unclosed closing tag (</, </script, </whatever), the compiler halts and doesn't work anymore unless I kill it and start it again. Other content (including invalid tags) seem to cause no problems. There are no error messages, just "webpack: bundle is now INVALID". I believe this is unwanted behavior since no other error (eg. in JS syntax) causes halting.