Skip to content
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

Just a simple vue init webpack install doesnot load in IE. throws syntax error #725

Closed
suprithwork opened this issue Jan 16, 2018 · 9 comments

Comments

@suprithwork
Copy link

No description provided.

@posva
Copy link
Member

posva commented Jan 16, 2018

Hello!
Please, open the issue on the relevant template repo (I think you're using the webpack one) and provide some steps to reproduce the problem.
Thanks!

You'll also need to provide more information like node, browser, os versions

@posva posva closed this as completed Jan 16, 2018
@suprithwork
Copy link
Author

it has no steps
vue init webpack sample-project

i run this and then npm run dev in the project folder it opens on chrome but doesnt work on IE. shows some syntax error.

@suprithwork
Copy link
Author

I tried some polyfill also but no use.

The versions of webpack are way above one.

"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.0"

these are the versions used

@yyx990803
Copy link
Member

This is a webpack-dev-server issue, pending PR webpack/webpack-dev-server#1273

@posva
Copy link
Member

posva commented Jan 16, 2018

Ah thanks, I knew I saw it somewhere but couldn't remember where

@suprithwork
Copy link
Author

Thats fine , but now cant we use vue and test its compatibility on IE

@suprithwork
Copy link
Author

So does this mean we cannot try vue in IE. I see a theme which uses a different setup and still makes work Vue work on IE. I wanna know how I can make it work.

@iaminvictus1993
Copy link

mark

@Shadowlauch
Copy link

From webpack-dev-server 2.11.2 this seems to be fixed

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

5 participants