You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thanks for giving a good example of how vue-template-compiler can work with Webpack.
Howerver, I explored vue-loader's repo and found this template compiler code, it's actually the same logic with your implement.
Using the loader below, the vue teamplate can be compiled by webpack and use by injecting tpl.render (like your example).