Skip to content

The latest version is not compatible with ie 9? #1139

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
An0nymous0 opened this issue Apr 17, 2018 · 1 comment
Closed

The latest version is not compatible with ie 9? #1139

An0nymous0 opened this issue Apr 17, 2018 · 1 comment

Comments

@An0nymous0
Copy link

Version

3.0.0-beta.6

Reproduction link

https://github.com/vuejs/vue-cli/releases/tag/v3.0.0-beta.6

Steps to reproduce

1.vue.config.js

module.exports = {
configureWebpack: {
entry: [
'babel-polyfill',
'./src/main.js'
]
}
}

2.main.js

import 'babel-polyfill'

3.npm run serve

SCRIPT1002:语法错误

What is expected?

IE9-IE11正常访问

What is actually happening?

IE9 无法正常访问

@An0nymous0 An0nymous0 changed the title 最新版本不兼容IE9 ? The latest version is not compatible with ie 9? Apr 17, 2018
@posva
Copy link
Member

posva commented Apr 17, 2018

Duplicate of #858

@posva posva marked this as a duplicate of #858 Apr 17, 2018
@posva posva closed this as completed Apr 17, 2018
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

2 participants