We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When doing: vue init webpack some-cool-name and then running npm run dev I get an syntax error in IE11.
vue init webpack some-cool-name
npm run dev
IE11 using Browserstack
The text was updated successfully, but these errors were encountered:
webpack/webpack-dev-server#1278
This is essentially caused by a dependency of webpackdev-server
For the time being, you can downgrade to 2.9.*
Sorry, something went wrong.
Fixes in [email protected]
[email protected]
No branches or pull requests
When doing:
vue init webpack some-cool-name
and then runningnpm run dev
I get an syntax error in IE11.IE11 using Browserstack
The text was updated successfully, but these errors were encountered: