-
Notifications
You must be signed in to change notification settings - Fork 658
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
Get NPM Link working on Ionic Repo #1075
Comments
I have no idea how this affects browserify, but when using webpack, I banged into this issue and this issue and this issue, which all resulted in rather mysterious bugs due to two angulars being included in the build. However, adding the following aliases to the test project (the
|
Hi @rapropos, Thanks for sharing! I'll try it on Tuesday and get back to you! Thanks, |
Hi @rapropos, It might be a few days. Really swamped right now! Thanks! |
Thanks so much for those aliases which will probably solve my problem @rapropos, but I am not sure how to use them. Where do I put those? I don't have a webpack.config.js - my project does not use webpack (also tried a project started with |
Changing assignment to @jthoms1 to ensure this works with forth coming webpack build process. |
Right now, There isn't a good way to get
npm link
working for the Ionic repo.We execute the following process to test local builds.
It is not the best process.
npm link
would work much better but the build process does not support it right now.The text was updated successfully, but these errors were encountered: