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
this picture shows while I am running dev mode, and debugging on my app webview. because the webview is not supportting for es6, I've got the error msg: Uncaught SyntaxError: Use of const in strict mode.
for now I have change the const to var, any else way to resolve the problem?
The text was updated successfully, but these errors were encountered:
However, your issue is a usage/support question, and the issue tracker is reserved exclusively for bug reports and feature requests (as outlined in our Contributing Guide).
That being said, your code should be transpiled to Es5 by babel-loder - it seems this doesn't work, at least for that file. I suggest investigating in this direction.
this picture shows while I am running dev mode, and debugging on my app webview. because the webview is not supportting for es6, I've got the error msg:
Uncaught SyntaxError: Use of const in strict mode.
for now I have change the
const
tovar
, any else way to resolve the problem?The text was updated successfully, but these errors were encountered: