Webpack: about IE9-IE11

Created on 12 Jan 2018  Â·  8Comments  Â·  Source: vuejs-templates/webpack

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

upstream issue

Most helpful comment

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

All 8 comments

ÃŽ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.

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

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

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:

npm i [email protected] -D

It looks like its being looked at and fixed here:
https://github.com/webpack/webpack-dev-server/issues/1268

Thanks for The info @hornet-wing.!

@LinusBorg @Hornet-Wing thank you very much!

upstream issue was fixed with WDS 2.11 (Release log)

image

Btw, I have got this error on ie11.

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nicolas-t picture nicolas-t  Â·  4Comments

connor11528 picture connor11528  Â·  3Comments

dfdgsdfg picture dfdgsdfg  Â·  4Comments

ghost picture ghost  Â·  3Comments

happy760690 picture happy760690  Â·  3Comments