Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
fix(@angular-devkit/build-angular): temporarily downgrade webpack to 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and filipesilva committed May 24, 2018
1 parent 2828603 commit d8619aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 177 deletions.
178 changes: 3 additions & 175 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"typescript": "~2.7.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "~4.8.1",
"webpack": "~4.6.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"tree-kill": "^1.2.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "~4.8.1",
"webpack": "~4.6.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2",
Expand Down

0 comments on commit d8619aa

Please sign in to comment.