Remove webpack-cleanup-plugin

This commit is contained in:
Pavel Djundik 2017-11-03 12:47:28 +02:00
parent 56fc211628
commit 41f50f9218
2 changed files with 1 additions and 4 deletions

View file

@ -83,7 +83,6 @@
"socket.io-client": "2.0.4",
"stylelint": "8.2.0",
"stylelint-config-standard": "17.0.0",
"webpack": "3.8.1",
"webpack-cleanup-plugin": "0.5.1"
"webpack": "3.8.1"
}
}

View file

@ -3,7 +3,6 @@
const webpack = require("webpack");
const path = require("path");
const CopyPlugin = require("copy-webpack-plugin");
const CleanupPlugin = require("webpack-cleanup-plugin");
// ********************
// Common configuration
@ -62,7 +61,6 @@ const config = {
json3: "JSON", // socket.io uses json3.js, but we do not target any browsers that need it
},
plugins: [
new CleanupPlugin(),
new CopyPlugin([
{
from: "./node_modules/font-awesome/fonts/fontawesome-webfont.woff*",