Skip to content

webpack-dev-server in UCBrowser fail and airbnb eslint error #1174

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
shoyuf opened this issue Dec 15, 2017 · 2 comments
Closed

webpack-dev-server in UCBrowser fail and airbnb eslint error #1174

shoyuf opened this issue Dec 15, 2017 · 2 comments

Comments

@shoyuf
Copy link

shoyuf commented Dec 15, 2017

  1. UCBrowser
    SyntaxError: Unexpected keyword 'const'. Const declarations are not supported in strict mode.
    when i change to webpack-dev-server to @2.7.1 , it's works
    has any solution?

  2. ESLint
    like main.js has some Missing semicolon Missing trailing comme error on ESLint(Airbnb)

@LinusBorg
Copy link
Contributor

  1. See vue-cli init with some unknown error : Uncaught SyntaxError: Use of const in strict mode.  #1140. Will apply that fix in this template later, asap.
  2. Not for me. Did you try the latest template version?

@LinusBorg
Copy link
Contributor

About 1.: I just pushed that fix to the develop branch, you can test it out with

vue init webpack#develop

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

No branches or pull requests

2 participants