Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler halts if a Vue component ends with </tag #628

Closed
edjroot opened this issue Feb 6, 2017 · 2 comments
Closed

Compiler halts if a Vue component ends with </tag #628

edjroot opened this issue Feb 6, 2017 · 2 comments

Comments

@edjroot
Copy link

edjroot commented Feb 6, 2017

Hello,

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.

@edjroot edjroot changed the title Compiler halts when a Vue component ends with </tag Compiler halts if a Vue component ends with </tag Feb 6, 2017
@yyx990803
Copy link
Member

Fixed in vuejs/vue@a0a619f

@edjroot
Copy link
Author

edjroot commented Feb 6, 2017

Thanks a lot, Evan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants