feat(@angular/cli): use and support webpack 2.4

This commit is contained in:
Charles Lyding 2017-04-16 23:16:18 -04:00 committed by Filipe Silva
parent 11d0afc98a
commit 818936e0d3
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@
"typescript": "~2.2.0",
"url-loader": "^0.5.7",
"walk-sync": "^0.3.1",
"webpack": "~2.3.0",
"webpack": "~2.4.0",
"webpack-dev-server": "~2.4.2",
"webpack-merge": "^2.4.0",
"zone.js": "^0.8.4"

View File

@ -80,7 +80,7 @@
"typescript": ">=2.0.0 <2.3.0",
"url-loader": "^0.5.7",
"walk-sync": "^0.3.1",
"webpack": "~2.3.0",
"webpack": "~2.4.0",
"webpack-dev-server": "~2.4.2",
"webpack-merge": "^2.4.0",
"zone.js": "^0.8.4"