Skip to content

run dev mode not support some webview #968

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

Closed
xiexiaochuan opened this issue Oct 11, 2017 · 2 comments
Closed

run dev mode not support some webview #968

xiexiaochuan opened this issue Oct 11, 2017 · 2 comments

Comments

@xiexiaochuan
Copy link

233

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?

@LinusBorg
Copy link
Contributor

Hello @xieminghao

Thank your for your interest in this project.

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).

We encourage you to ask it on the forum , Stack Overflow or on our Discord chat and are happy to help you out there.


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.

@LinusBorg
Copy link
Contributor

Ooops, correction: This was a bug. Explanation here

#967

Alsready fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants