summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDavid Mehren2019-10-25 21:36:47 +0200
committerDavid Mehren2019-10-25 21:54:09 +0200
commit17f2a113102640648044a6cd11f621307ebd93c4 (patch)
tree317133797e1c4dbfbd5d879c06cc32228a46e892 /package.json
parent20a67e3446723231961043bffeb5a7b974e891c0 (diff)
Remove unused webpack plugins from package.json
Signed-off-by: David Mehren <dmehren1@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/package.json b/package.json
index ea0d9b05..a43add75 100644
--- a/package.json
+++ b/package.json
@@ -175,14 +175,12 @@
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
- "ejs-loader": "^0.3.1",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
- "exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"file-loader": "^2.0.0",
"html-webpack-plugin": "4.0.0-beta.2",
@@ -197,12 +195,10 @@
"script-loader": "^0.7.2",
"string-loader": "^0.0.1",
"style-loader": "^0.21.0",
- "uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",
"webpack": "^4.14.0",
"webpack-cli": "^3.1.0",
- "webpack-merge": "^4.1.4",
- "webpack-parallel-uglify-plugin": "^1.1.0"
+ "webpack-merge": "^4.1.4"
},
"optionalDependencies": {
"bufferutil": "^4.0.0",