Добавил clean-webpack-plugin

This commit is contained in:
Book Pauk
2019-01-03 19:51:10 +07:00
parent 7dec7aadf6
commit 9752e2c3cf
4 changed files with 16 additions and 4 deletions

9
package-lock.json generated
View File

@@ -1879,6 +1879,15 @@
}
}
},
"clean-webpack-plugin": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-1.0.0.tgz",
"integrity": "sha512-+f96f52UIET4tOFBbCqezx7KH+w7lz/p4fA1FEjf0hC6ugxqwZedBtENzekN2FnmoTF/bn1LrlkvebOsDZuXKw==",
"dev": true,
"requires": {
"rimraf": "^2.6.1"
}
},
"cli-cursor": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz",