From 41f50f92181b1b9c4744bcfd7e5bf901340d8623 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 3 Nov 2017 12:47:28 +0200 Subject: [PATCH] Remove webpack-cleanup-plugin --- package.json | 3 +-- webpack.config.js | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index e960a6fc..d35e84d2 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/webpack.config.js b/webpack.config.js index 8c05eccf..21570132 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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*",