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
3.0.0-beta.6
https://github.com/vuejs/vue-cli/releases/tag/v3.0.0-beta.6
1.vue.config.js
module.exports = { configureWebpack: { entry: [ 'babel-polyfill', './src/main.js' ] } }
2.main.js
import 'babel-polyfill'
3.npm run serve
SCRIPT1002:语法错误
IE9-IE11正常访问
IE9 无法正常访问
The text was updated successfully, but these errors were encountered:
Duplicate of #858
Sorry, something went wrong.
No branches or pull requests
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 无法正常访问
The text was updated successfully, but these errors were encountered: