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
Hello there. Awesome package you've got there. Though, with certain conditions it stopped working when you are trying to use it in conjuction with VueJS SSR bundle.
Stack trace attached.
SyntaxError: Unexpected identifier
at new Script (vm.js:74:7)
at getCompiledScript (..\dist\server\node_modules\vue-server-renderer\build.js:8305:18)
at evaluateModule (..\dist\server\node_modules\vue-server-renderer\build.js:8320:18)
at ..\dist\server\node_modules\vue-server-renderer\build.js:8396:18
at new Promise (<anonymous>)
at ..\dist\server\node_modules\vue-server-renderer\build.js:8388:14
at Object.renderToString (..\dist\server\node_modules\vue-server-renderer\build.js:8564:9)
at render (..\dist\server\index.js:61:28)
at Layer.handle [as handle_request] (..\dist\server\node_modules\express\lib\router\layer.js:95:5)
at next (..\dist\server\node_modules\express\lib\router\route.js:137:13)
The text was updated successfully, but these errors were encountered:
Hello there. Awesome package you've got there. Though, with certain conditions it stopped working when you are trying to use it in conjuction with VueJS SSR bundle.
Stack trace attached.
The text was updated successfully, but these errors were encountered: