Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 285 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 285 Bytes

webpack-13

自动删除构建目录

1、rm -rf ./dist && webpack
2、clean-webpack-pligin  // 引入当前的插件即可

执行以下的命令、生成的文件在 dist 文件夹中 自己手动创建 index.html 进行引入 search.js

npm run build