-
Notifications
You must be signed in to change notification settings - Fork 23
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
Migrated to Webpack3 #405
Comments
PR more than welcome mister :) |
Will provide: webpack 3 + babel (if u could create a babel branch) pull requests tonight |
I also have mobx, redux and ngrx branches if you are interested. We heavily use ng-metadata to migrate our existing angularjs apps to angular and in some cases (with mobx) saw no reason to migrate at all. |
@jbadeau I am interested in how you got mobx to work, could you provide some hints or describe what you did to get it all working? much appreciated! |
for anyone interested:
I have migrated to webpack 3 + typescript: https://github.com/jbadeau/Angular1-scaffold
and webpack 2 + es6: https://github.com/jbadeau/Angular1-scaffold/tree/es6
please not that i replaced sass with less but thats all I really changed
The text was updated successfully, but these errors were encountered: