摘要: 一、前言 上一篇讲到如何配置一个基本的开发环境。 本篇将介绍对于项目中 JS 文件的处理。 二、babel-loader index.js // 箭头函数 const add = (a, b) => a + b; // Promise 对象 const promise1 = new Promise( 阅读全文
posted @ 2021-08-22 17:46 见嘉于世 阅读(0) 评论(0) 推荐(0) 编辑