-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
Description
Thanks again for this project. I think if the Angular community starts to see the usefulness of Webpack over SystemJS, it'll really take off.
I noticed Webpack-seed works with versions angular2@2.0.0-alpha.13 through 18, but fails at 19+.
You might consider dropping the ^ (or higher) dependency on Angular.
"dependencies": {
"angular2": "2.0.0-alpha.18",
"rtts_assert": "2.0.0-alpha.18",
"zone.js": "^0.4.1"
}I'm not sure what causes the issue, but I hope to see a fix!
Reactions are currently unavailable