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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
I recommend to update the tutorial and use fixed versions of the dependencies and not to use the latest which would probably not wotk with the tutorial description.
For this tutorial you will get the error message (when you try to build the Hello.vue):
ERROR in ./src/components/Hello.vue
Module Error (from ./node_modules/vue-loader/lib/index.js):
vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.
@ ./src/index.ts 2:0-52 10:24-38
ERROR in ./src/components/Hello.vue?vue&type=script&lang=ts 29:26
Module parse failed: Unexpected token (29:26)
You may need an appropriate loader to handle this file type.
| },
| computed: {
ERROR in ./src/components/Hello.vue?vue&type=template&id=5de655f2 2:0
Module parse failed: Unexpected token (2:0)
You may need an appropriate loader to handle this file type.
|
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Update webpack and other deps please.
The text was updated successfully, but these errors were encountered: