Skip to content
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

feat: cachefly CDN layer #174

Merged
merged 2 commits into from
Aug 18, 2022
Merged

feat: cachefly CDN layer #174

merged 2 commits into from
Aug 18, 2022

Conversation

guybedford
Copy link
Member

This adds support for an experimental CacheFly CDN layer, which can be opted-in to via the configuration:

import { Generator } from '@jspm/generator';

const generator = new Generator({
  defaultProvider: 'jspm.cachefly'
});

This will allow us to assess the performance of this CDN switch, before it applies to the entire CDN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant