We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
`ERROR in ./src/router/index.js Module build failed: SyntaxError: Unexpected token (7:35)
5 | 6 | // route-level code splitting
7 | const createListView = id => () => import('../views/CreateListView').then(m => m.default(id)) | ^ 8 | const ItemView = () => import('../views/ItemView.vue') 9 | const UserView = () => import('../views/UserView.vue') 10 |
@ ./src/app.js 4:0-40 @ ./src/entry-client.js
ERROR in app.850d387d367a9dc568c3.js from UglifyJs Unexpected token: punc (,) [app.850d387d367a9dc568c3.js:95,28]`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`ERROR in ./src/router/index.js
Module build failed: SyntaxError: Unexpected token (7:35)
5 |
6 | // route-level code splitting
@ ./src/app.js 4:0-40
@ ./src/entry-client.js
ERROR in app.850d387d367a9dc568c3.js from UglifyJs
Unexpected token: punc (,) [app.850d387d367a9dc568c3.js:95,28]`
The text was updated successfully, but these errors were encountered: