摘要: 安装 npm install --save-dev webpack@4.30.0 webpack-cli@3.3.2 更新 package.json 脚本 "scripts": { "build": "webpack --config webpack.config.js" } 更新目录结构 webp 阅读全文
posted @ 2021-02-16 23:22 除除 阅读(97) 评论(0) 推荐(0)
摘要: ## 清除缓存 ``` git rm -r --cached . git add . ``` ## 提交记录 ``` git commit -m "chore: 清除缓存。" git push ``` 阅读全文
posted @ 2021-02-16 22:10 除除 阅读(204) 评论(0) 推荐(0)