Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
Cutdown Dependencies#1038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Cutdown Dependencies#1038
Uh oh!
There was an error while loading.Please reload this page.
Conversation
vallemar commentedApr 12, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@heywhy would it be ok to return in this line |
Yes, it is ok. I didn't do it that way because I couldn't think of a use case for it. Thinking of your comments here, I don't know if I should close the first PR so as to reduce context switching. 😅 |
I've created a PR on the vue-loader project (vuejs/vue-loader#2038), hopefully this gets merged before the conclusion of this PR so I can take off the module resolution patch. |
Uh oh!
There was an error while loading.Please reload this page.
@vue/runtime-core
nativescript.webpack.js
Misc
I will prefer that the vue team allows one to set the vue library to use for template compilation so that one can do the below:
Or they return
@vue/runtime-core
in thisfunction instead ofvue
.