-
-
Notifications
You must be signed in to change notification settings - Fork 27
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is babel dependency required? #29
Comments
I'm sure I can create a nativescript + typescript (without babel) project too, so: nativescript + typescript (without babel), ok then nativescript + vue + typescript (without babel), ?? |
I've just released 0.2.0 of the plugin to npm. This includes NS 6.1.0 and NS-Vue 2.4.0. Try it again and let me know if this addresses things. The vue cli generator is set to only install |
I'm sorry but I have the same error:
it seems that |
Hi,
I was trying to create a vue+typescript+nativescript web+native project combo.
I run
vue create dao-ts
first, uncheck babel/linter, check typescript, kept all following default settings. So this is a purely typescript vue project with dependencies below:Then I run
vue add vue-cli-plugin-nativescript-vue
with all default settings, then runtns migrate
, then I run 'npm run serve:android' but got this error:it seems that
babel-loader
is required, but I guess when I created the vue web project, it's sure to be able to run without babel.The text was updated successfully, but these errors were encountered: