摘要: 一、webpack的基本配置运行 npm install webpack webpack-cli -D 命令安装webpack 相关的包在项目的根目录中,创建名为webpack.config.js的webpack配置文件在webpack的配置文件中,初始化如下基本配置:module.exports= 阅读全文
posted @ 2020-05-28 16:11 星火卓越 阅读(625) 评论(0) 推荐(0) 编辑