Webpack CDN base calls the service
npm install webpack-plugin-cdnbash
$ npm i webpack-plugin-cdn --save-dev
`
Development
`js
constructor({
outProgress: function(fileName,localFilePath){}; // Receive the callback method
publicPath: "http://example.com"; // The address of the common part CDN
prefixPath: new Date().getTime(); // If you need to add a variable prefix to the CDN
ignorePath: ".cdnignore"; // ignore custom
})
`
ignore
> If need to use the CDN file exclusion. You need to create a new file ".cdnignore"
#### ./.cdnignore
`js
static/img/*
``