webpack 入门一 简单打包js

//搭建环境------------------------------------------------------------
//package.json文件
npm init

//安装webpack
npm install webpack -g
npm install webpack-cli -g

//简单打包
webpack ./a.js   ./bundle.js

 

posted on 2021-02-05 20:47  biind  阅读(58)  评论(0编辑  收藏  举报