-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
How to test changes to the codebase? #506
Comments
@arturovt could you please point me in the right direction? |
I don't remember exactly, as far as I recall I used to serve it locally through the root app Webpack's config... |
@arturovt thank you for your answer. Are you able to elaborate a little bit more on that? Did you use something like rollup to build systemjs modules from fesm modules and then maybe http-server to serve them locally, and changed the root app importmap to point to the locally served modules? |
Yes, I'll go over the integration locally and provide you with steps on debugging. |
Question
Hi, I wish to contribute to this project but I'm finding it difficult to test the included test apps against my local changes.
Right now it looks like test apps are correctly loading angular dependencies as externals.
And according to the importmap, the dependencies are fetched from the cdn.
What is the correct approach to load the local library instead (under
/lib
)?The text was updated successfully, but these errors were encountered: