mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-29 14:56:36 +03:00
Remove unused dependency.
This commit is contained in:
parent
17c710ef44
commit
fac3099d7b
@ -1,5 +1,4 @@
|
||||
const webpack = require("webpack");
|
||||
const elmMinify = require("elm-minify");
|
||||
const middleware = require("webpack-dev-middleware");
|
||||
const path = require("path");
|
||||
const HTMLWebpackPlugin = require("html-webpack-plugin");
|
||||
|
@ -25,7 +25,6 @@
|
||||
"css-loader": "^3.2.0",
|
||||
"elm": "^0.19.0-no-deps",
|
||||
"elm-hot-webpack-loader": "^1.1.2",
|
||||
"elm-minify": "^2.0.4",
|
||||
"elm-webpack-loader": "^5.0.0",
|
||||
"express": "^4.17.1",
|
||||
"favicons-webpack-plugin": "^1.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user