Vue CLI reported an error in Sogou and IE11 browsers
error message is:
Uncaught SyntaxError: Unexpected token.
is this a babel configuration problem? The default babel.config.js
configuration file content is
module.exports = {
presets: [
"@vue/app"
]
}