Merge pull request #1682 from thelounge/xpaw/remove-cleanup
Remove webpack-cleanup-plugin
This commit is contained in:
commit
9161a09a6a
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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*",
|
||||
|
Loading…
Reference in New Issue
Block a user