mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-19 00:52:19 +01:00
package.json: Only install webpack-cli
We don't explicitly need webpack, as webpack-cli will bring it in for us.
This commit is contained in:
parent
d24e709cd3
commit
5dd511963d
@ -26,7 +26,6 @@
|
|||||||
"clean-css-cli": "^4.3.0",
|
"clean-css-cli": "^4.3.0",
|
||||||
"rtlcss": "^2.6.2",
|
"rtlcss": "^2.6.2",
|
||||||
"sass": "^1.32.4",
|
"sass": "^1.32.4",
|
||||||
"webpack": "^5.16.0",
|
"webpack-cli": "^4.5.0"
|
||||||
"webpack-cli": "^3.3.12"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user