Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit d709a4a

Browse files
committed
chore: downgrade webpack version to 4.6
Caused by: angular/devkit#950
1 parent 0264ada commit d709a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function addDependency(deps, name, version, force) {
5858

5959
function getRequiredDeps(packageJson) {
6060
const deps = {
61-
"webpack": "~4.8.3",
61+
"webpack": "~4.6.0",
6262
"webpack-cli": "~2.1.3",
6363
"webpack-bundle-analyzer": "~2.13.0",
6464
"webpack-sources": "~1.1.0",

0 commit comments

Comments
 (0)