Skip to content

Commit d8e3d79

Browse files
filipesilvaBrocco
authored andcommitted
fix(@angular/cli): use webpack 3.6
An important fix (webpack/webpack#5595) is included in 3.6 that should improve rebuild speeds.
1 parent 218aefb commit d8e3d79

File tree

3 files changed

+50
-72
lines changed

3 files changed

+50
-72
lines changed

package-lock.json

+48-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"typescript": "~2.4.2",
9494
"uglifyjs-webpack-plugin": "1.0.0-beta.1",
9595
"url-loader": "^0.5.7",
96-
"webpack": "~3.5.5",
96+
"webpack": "~3.6.0",
9797
"webpack-concat-plugin": "1.4.0",
9898
"webpack-dev-middleware": "~1.12.0",
9999
"webpack-dev-server": "~2.7.1",

packages/@angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"typescript": ">=2.0.0 <2.6.0",
7777
"uglifyjs-webpack-plugin": "1.0.0-beta.1",
7878
"url-loader": "^0.5.7",
79-
"webpack": "~3.5.5",
79+
"webpack": "~3.6.0",
8080
"webpack-concat-plugin": "1.4.0",
8181
"webpack-dev-middleware": "~1.12.0",
8282
"webpack-dev-server": "~2.7.1",

0 commit comments

Comments
 (0)