I've replaced template/style transformer with @vue/component-compiler-utils so that vue-template-loader now follows official SFC spec update with less effort.
Furthermore, it introduces several features which vue-template-loader does not support like /deep/ selector. ref #39
I've replaced template/style transformer with
@vue/component-compiler-utils
so thatvue-template-loader
now follows official SFC spec update with less effort.Furthermore, it introduces several features which
vue-template-loader
does not support like/deep/
selector. ref #39