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