JS tempalte literals are minified incorrectly
wiesner-beenos opened this issue · 1 comments
wiesner-beenos commented
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?
Bashjuj commented
ok