dynamic-cdn-webpack-plugin icon indicating copy to clipboard operation
dynamic-cdn-webpack-plugin copied to clipboard

Get your dependencies from a cdn rather than bundling them in your app

Results 20 dynamic-cdn-webpack-plugin issues
Sort by recently updated
recently updated
newest added

I was using this plugin for webpack 4 and wanted to use it for webpack 5. If you are interested in accepting with pull request, there are a few points...

Hello, I'm trying to integrate this webpack plugin with my Next.JS web application. Following is my `next.config.js`. It works in the production mode but not in the development mode. Did...

This plugin is very good. Thank you very much for working on it. I just wonder if you have any plans to update it to Webpack version 5. Thank you

### Is this a bug report? (write your answer here) ### Environment (paste the output of the command here) ### Steps to Reproduce (Write your steps here:) 1. 2. 3....

The [webpack-manifest-plugin](https://github.com/danethurber/webpack-manifest-plugin) has a `generate` option. I am currently using this option to dump the files required for each entrypoint to json. I would like the dynamic-cdn-webpack-plugin to output to...

Hi, I'm trying to add dynamic cdn support for my repo but I encounter this error: ``` ERROR in Cannot read property 'map' of undefined ERROR in TypeError: Cannot read...

### Is this a bug report? Yup! When I tried adding `'dynamic-cdn-webpack-plugin'` to my project, it causes webpack to crash trying to require in a dependency. Please find a minimal...

#### 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...

Is there a way to tell the plugin the order of script injections in index.html? **react-redux** has peer/optional dependency - **react-dom** but it is not declared in package.json. Sometime (randomly)...

bug
help wanted

### Is this a bug report? Yes, if the intended behaviour of this plugin is to facilitate loading external modules from CDN URL's automatically at runtime. Is it? ### Environment...