webpack Webpack学习:快速开始 创建项目新建webpack-study文件夹,并使用npm init初始化项目 安装依赖npm install webpack webpack-cli -D 构建 新建src目录,并创建index.js文件,