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 >

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b328a4-341d0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b328a4-341d0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?