clean-build-on-watch-webpack-plugin
Version:
This WebPack plugin removes old files from the build folder on each rebuild caused by `--watch`. To make use of this tiny plugin just install the plugin and then add it to your `webpack.config.js`:
19 lines (18 loc) • 431 B
JSON
{
"name": "clean-build-on-watch-webpack-plugin",
"version": "1.0.0-rc1",
"main": "index.js",
"repository": "https://github.com/m4r1vs/clean-build-on-watch-webpack-plugin.git",
"author": "Marius Niveri <marius.niveri@gmail.com>",
"license": "MIT",
"keywords": [
"webpack",
"webpack-plugin",
"webpack-watch",
"clean-build-folder",
"clean-build"
],
"dependencies": {
"colors": "^1.1.2"
}
}