jspm / generator

JSPM Import Map Generator
Apache License 2.0
165 stars 21 forks source link

feat: cachefly CDN layer #174

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

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.