Merge pull request #1682 from thelounge/xpaw/remove-cleanup

Remove webpack-cleanup-plugin
This commit is contained in:
Jérémie Astori 2017-11-05 14:00:01 -05:00 committed by GitHub
commit 9161a09a6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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*",