-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes #17
fixes #17
Conversation
juliocbcotta
commented
Feb 24, 2016
- fixes dep versions to avoid updates breaking stuff. (this is what happened with tslint in 1412b82 ); and closes would be nice to upgrade versions to latest #16
- closes compilation errors #14
@mmolhoek, those are not direct dependencies, like lodash is a angular dependencies, as far as I know, we need to wait them update, so we update the angular version. |
yep On 25 February 2016 at 09:58, Júlio Cesar Bueno Cotta <
|
@BugsBunnyBR ok 👍 |
@lathonez , I don't know if it solves anything. I just forgot to remove that webpack lines. |
@lathonez @BugsBunnyBR it did remove a ton of warning on npm start:
|
@mmolhoek this will be the tsconfig.json change? |
@lathonez yep |
…d making typings available to webpack
merged as 90f677d This was sufficient to resolve all the warnings for me. @BugsBunnyBR - thanks a lot for picking this up, will teach me to actually start the app when I make changes like this (instead of just testing). Hopefully when Ionic moves back to gulp we can use an identical compilation strategy for both. @mmolhoek - cheers for your input on this and the other issues. |