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
This would allow us to create a loader that is run before vue-loader, which would assemble a .vue file based on the targeted platform, and let vue-loader take care of the rest the same way it does for the web.
A more detailed write up of what we are working on can be found here: nativescript-vue#1
The text was updated successfully, but these errors were encountered:
Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!
Sorry about that, the usual commented text was not present when submitting the issue, so I thought this repo was not using the issue helper yet. (issue template is ignored when creating an issue after selecting a code range)
I'm wondering if we could allow specifying a custom template compiler to be used here
vue-loader/lib/template-loader/index.js
Lines 88 to 91 in bd2581f
The reason this would be useful is that we could more easily allow vue-loader to work with different platforms such as nativescript-vue.
Our goal is to keep feature parity with vue-loader, without having to maintain a fork which could easily get out of sync.
I think it can be as simple as this
This would allow us to create a loader that is run before vue-loader, which would assemble a .vue file based on the targeted platform, and let vue-loader take care of the rest the same way it does for the web.
A more detailed write up of what we are working on can be found here: nativescript-vue#1
The text was updated successfully, but these errors were encountered: