Iview-admin runs the report Unexpected token 'const' in safari

safari browser npm run dev reported Unexpected token "const"
"babel-preset-es2015": "^ 6.9.0",
"webpack-dev-server": "2.7.1",

Jan.28,2022

browsers do not support es6 syntax. Just convert it to es5


1. Your browser version is too low. If it is Mac, you can upgrade the Safari browser to get the syntax.
2, ES6 to ES5 see here: https://github.com/vuejs/vue-.;
< del > 3. Configure the version field "browserslist" supported by the "package.json" file for browsers [autofix configuration for CSS style only] < / del >

Menu