Skip to content

about IE9-IE11 #1244

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
unclemeric opened this issue Jan 12, 2018 · 8 comments
Closed

about IE9-IE11 #1244

unclemeric opened this issue Jan 12, 2018 · 8 comments

Comments

@unclemeric
Copy link

Is the latest version is not support ie9-ie11?i can't run success on IE

@LinusBorg
Copy link
Contributor

Ît is as much (or little) supported as previous versions:

  • Vue itself supports >=IE9
  • But to use some ES6 Javascript features (like Promises) you need to include polyfills.

What problems to you have when trying to use IE? Please be more specific.

@unclemeric
Copy link
Author

yes,i know that Vue supports >= IE9.
i had install babel-polufill,

entry: {
    app: ['babel-polyfill','./src/main.js']
  },

but it's no use.
before version 2.9.2(the version of use express to run start) can run successful.
error message:
6820364e-688b-4a99-96e0-ed1181a185ee

@LinusBorg
Copy link
Contributor

I don't speak chinese, I can't read this :(

@Hornet-Wing
Copy link

I had a similar issue running a clean install of this template in IE11. The source of the bug is webpack-dev-server 2.10.x.

Downgrading to 2.9.6 fixed the issue for now:

It looks like its being looked at and fixed here:
webpack/webpack-dev-server#1268

@LinusBorg
Copy link
Contributor

Thanks for The info @Hornet-Wing.!

@unclemeric
Copy link
Author

@LinusBorg @Hornet-Wing thank you very much!

@LinusBorg
Copy link
Contributor

upstream issue was fixed with WDS 2.11 (Release log)

@bangStweart
Copy link

image

Btw, I have got this error on ie11.

image

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

4 participants