[question] How to use vue-template-compiler's options, e.g. whitespace?
wildhart opened this issue · 1 comments
wildhart commented
I would like to take advantage of the whitespace
option in vue-template-compiler.
How do I do that with vue-meteor?
wildhart commented
In the end I started using PUG templates via akryum:vue-pug. Pug compiles the templates into HTML without any extra whitespace, so problem solved.
Still a valid question though...