Skip to content

Commit 0c1ae7a

Browse files
filipesilvahansl
authored andcommitted
fix(@angular/cli): update webpack to 3.7.1
This contains an important performance fix for AOT (webpack/webpack#5778).
1 parent 9799f3f commit 0c1ae7a

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.6.0",
96-
"webpack": "~3.6.0",
96+
"webpack": "~3.7.1",
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

Lines changed: 1 addition & 1 deletion
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.6.0",
79-
"webpack": "~3.6.0",
79+
"webpack": "~3.7.1",
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)