​Faizaan

Results 37 comments of ​Faizaan

Hi, Sorry for the delay. It is indeed possible to use your own CDNs with this plugin. @shaipetel What error are you exactly getting with that config? The way you...

@shaipetel , on closer inspection, it looks like the module loaded from https://apps.kwizcom.com/libs/es6-promise/es6-promise.min.js attaches the promise to the window under `ES6Promise`. Can you change your config to something like this...

Hi, **TLDR** You can fix this by using the `HtmlWebpackPlugin` - It can read through the asset manifest and generate all the `script` tags for the external dependencies. **The longer...

I like the idea. We can work on the naming but this is interesting. Currently, it is not possible to use `DynamicCdn` multiple times in the pipeline for different outputs...

I concur with the fact that we shouldn't be exposing webpack internals to users. Cool, let's go with the multiple classes approach then. I am okay with inheritance to a...

The names are giving me Java nightmares O_O. > HtmlDynamicCdnWebpackPlugin I'm cool with this because it's the shortest but like is mentioning Webpack really necessary? The package name already has...

@mspinelli the default cdn resolver might not have those packages. I'm a bit caught up with stuff this week but I'll try to look into this next week.

Which version of the plugins are you using? Note that `dynamic-cdn-webpack >= 4` only works on `webpack >=4`

Bit busy with vacation. Will try to get to this tmrw. I think it might be something to do with ordering of plugins and in what order they access the...

Finally got around to creating a repro https://github.com/aulisius/dynamic-cdn-issue-44-repro/blob/master/webpack.config.js . Really sorry for the delay @id0Sch . Will get working soon.