Skip to content

Commit

Permalink
fix(@angular/cli): use webpack 3.6
Browse files Browse the repository at this point in the history
An important fix (webpack/webpack#5595) is included in 3.6 that should improve rebuild speeds.
  • Loading branch information
filipesilva authored and Brocco committed Oct 5, 2017
1 parent acbb4bb commit 61817f7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 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 @@ -90,7 +90,7 @@
"stylus-loader": "^3.0.1",
"typescript": "~2.4.2",
"url-loader": "^0.5.7",
"webpack": "~3.5.5",
"webpack": "~3.6.0",
"webpack-concat-plugin": "1.4.0",
"webpack-dev-middleware": "~1.12.0",
"webpack-dev-server": "~2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"stylus-loader": "^3.0.1",
"typescript": ">=2.0.0 <2.6.0",
"url-loader": "^0.5.7",
"webpack": "~3.5.5",
"webpack": "~3.6.0",
"webpack-concat-plugin": "1.4.0",
"webpack-dev-middleware": "~1.12.0",
"webpack-dev-server": "~2.7.1",
Expand Down

0 comments on commit 61817f7

Please sign in to comment.