Thomas Sileghem

Results 15 issues of Thomas Sileghem

After merging, steps to add `kupo` to the docker registry: - go to https://hub.docker.com and log-in - click on `Create` dropdown - select `Create Automated Build` - select `Github` then...

#### options.include Type: `Array` Default: `[]` List the modules that will be served by the cdn regardless if they are required or not (ie: css libraries, polyfills) ------ NOTE: it...

I really hate this code: https://github.com/mastilver/dynamic-cdn-webpack-plugin/blob/ba58d17d891a9e0db4d7dd2cca43f7b75ca8baa1/src/index.js#L51-L57 It's working but for the user it can be very surprising and I don't think it can be extended extensively to handle different output...

enhancement

https://github.com/kossnocorp/assets-webpack-plugin

ideally each resolver should target a specific domain name (so there is no need to make multiple connection handshakes) So we should allow multiple revolvers to be passed in so...

```scss @import "~tachyons"; ``` Should generate an empty css file and get `tachyons` from the cdn

bug

inspired by https://github.com/jso0/html-webpack-cdn-plugin/issues/1 Depends on #13 ----- #### options.fallbackResolver Type: `string` || `function` Default: `'module-to-cdn' || 'module-to-jsdelivr'` Similar to `resolver` but the module will be loaded from this CDN **only**...