Skip to content

Commit 63eaaee

Browse files
cyrilletuzihansl
authored andcommitted
refactor(@ngtools/webpack): allow wider webpack versions in @ngtools/webpack (#4525)
Fixes #4524
1 parent e0fb87c commit 63eaaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"@angular/core": "^2.3.1 || >=4.0.0-beta <5.0.0",
3737
"@angular/tsc-wrapped": "^0.5.0",
3838
"typescript": "^2.0.2",
39-
"webpack": "2.2.0"
39+
"webpack": "^2.2.0"
4040
}
4141
}

0 commit comments

Comments
 (0)