package.json: Only install webpack-cli We don't explicitly need webpack, as webpack-cli will bring it in for us.
1 files changed, 1 insertions(+), 2 deletions(-) M package.json
M package.json => package.json +1 -2
@@ 26,7 26,6 @@ "clean-css-cli": "^4.3.0", "rtlcss": "^2.6.2", "sass": "^1.32.4", - "webpack": "^5.16.0", - "webpack-cli": "^3.3.12" + "webpack-cli": "^4.5.0" } }