Is the latest version is not support ie9-ie11?i can't run success on IE
ÃŽt is as much (or little) supported as previous versions:
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:

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)

Btw, I have got this error on ie11.

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