SyntaxError: .nuxt/index.js: Unexpected token (98:4)
[issue link]I have error, notify in webstorm ! Who can help me?
/usr/bin/babel .nuxt/index.js --out-dir dist --source-maps --presets env
SyntaxError: .nuxt/index.js: Unexpected token (98:4)
96 | }
97 | },
> 98 | ...App
| ^
99 | }
100 |
101 | const next = ssrContext ? ssrContext.next : location => app.router.push(location)
Process finished with exit code 1