Skip to content

Commit 2121223

Browse files
mattlewis92filipesilva
authored andcommitted
fix(@ngtools/webpack): allow webpack 3 peer dependency
1 parent 405b887 commit 2121223

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
@@ -32,6 +32,6 @@
3232
},
3333
"peerDependencies": {
3434
"typescript": "^2.0.2",
35-
"webpack": "^2.2.0"
35+
"webpack": "^2.2.0 || ^3.0.0"
3636
}
3737
}

0 commit comments

Comments
 (0)