解决ES6转ES5时报错的四个文件 以下是解决ES6转ES5时报错的四个文件: babel.config.js: module.exports = (api) => { api.cache(true); const presets = [ [ '@babel/preset-env',