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:
Alan Orth 2021-03-22 13:45:21 +02:00
parent d24e709cd3
commit 5dd511963d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 2 deletions

View File

@ -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"
}
}