rimraf --A deep deletion module for node (like `rm -rf`)
Posted 白马非马
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rimraf --A deep deletion module for node (like `rm -rf`)相关的知识,希望对你有一定的参考价值。
cnpm install rimraf -g
package.json 可以像下面这样配置, 这样 每次build时候 都会把原来build好的 全部删除 重新编译
{ "name": "webpack-ensure", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rimraf dist && webpack" }, "author": "", "license": "ISC", "devDependencies": { "html-webpack-plugin": "^2.25.0", "webpack": "^1.14.0" } }
以上是关于rimraf --A deep deletion module for node (like `rm -rf`)的主要内容,如果未能解决你的问题,请参考以下文章
NPM Scripts 2 -- rimraf copyfiles imagemin usemin htmlmin uglifyjs