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

JS tempalte literals are minified incorrectly #674

Open
wiesner-beenos opened this issue Apr 8, 2020 · 1 comment
Open

JS tempalte literals are minified incorrectly #674

wiesner-beenos opened this issue Apr 8, 2020 · 1 comment

Comments

@wiesner-beenos
Copy link

wiesner-beenos commented Apr 8, 2020

JS template literals such as <div :data="123"></div> is minified into <div:data="123"></div> (removing the space between the div and :data)

This is messing up with vue JS templating.

Is there a way around this?

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