-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Unexpected token #105
Comments
Same issue: [vue-router] Failed to resolve async component default: SyntaxError: Unexpected token < |
Exactly same issue. |
Hello, logs says
if i look deeper it's vue-server-renderer who return an error. for fun i've try to use but the issue stay the same. Anyone have an idea to solve this ? thanks. --sorry for my english, my french is better-- |
Same problem here. |
Duplicate of #13 |
same question. how to fix? |
I also encountered the same problem. Is there a solution? |
I have included vue-pdf in my application but it now fails to build:
SyntaxError: Unexpected token (2:0) while parsing vuePdfNoSss.vue while parsing file: node_modules/vue-pdf/src/vuePdfNoSss.vue
at DestroyableTransform.end [as _flush] (node_modules/insert-module-globals/index.js:107:21)
I'm building using babelify, etc:
browserify -t vueify -e ./src/vue.js -o dist/bundle.js -t [ babelify --presets [ 'es2016' ] ]
Any help would be appreciated :-)
The text was updated successfully, but these errors were encountered: