-
Notifications
You must be signed in to change notification settings - Fork 30
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
chore(builder): update builders to work with ng9 #201
Conversation
I tried the code from the pull request and it seems that the new I guess the So these steps are getting skipped now. Not sure if there is another API that can let both |
@patrick-entinux I looked into the custom webpack builder, and really, both are doing the same thing, extending the built-in builder running it. I'm not 100% sure if there is anything we can do about that. Since both builders need to call the underlying target directly, EDIT after talking with the ng-cli team, the best option would be to write your own builder that can combine what we do in our devserver and custom-webpack. Not ideal, but it would handle what you want. |
@mhartington Thank you for looking into it and the recommendation. I will look into making a custom builder when I have time. |
@dwieeb pls review angular 9 released and ionic 5 |
any plans to release this PR ? |
release hope this fixes this problem |
Yep. Hope this will soon be release. So i can enjoy ionic 5 with cordova plugins. Is there any issues blocked this PR from release ? ❤️ |
you still can enjjoy ionic5 but angular 8.2 |
🎉 This PR is included in version 2.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Updates cordova-serve builder to work with ng9/builders