Using CDN in production #320

Closed
opened 2025-08-09 17:15:50 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @davidmorissette on 11/11/2017

Using the Angular template, I target my CDN in order to load the vendor.js and main-client.js files. That part is easy and worked as expected:

image

My application lazy loads different modules and has to deal with different chunk files in order to accomplish that. My problem concerns the loading of these files. How can I load these files from my CDN?

image

Thank you!

*Originally created by @davidmorissette on 11/11/2017* Using the Angular template, I target my CDN in order to load the _vendor.js_ and _main-client.js_ files. That part is easy and worked as expected: ![image](https://user-images.githubusercontent.com/5100885/32692116-4f5b9110-c6e0-11e7-9d4f-7f8b064279d2.png) My application lazy loads different modules and has to deal with different chunk files in order to accomplish that. My problem concerns the loading of these files. How can I load these files from my CDN? ![image](https://user-images.githubusercontent.com/5100885/32692159-fed1be6c-c6e0-11e7-8cac-8aa44c9d1552.png) Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#320
No description provided.