how to download a cdn file and keep it in app code example
Example: add external cdn to webconfig
module.exports = {
//...
externals: {
jquery: 'jQuery'
}
};
module.exports = {
//...
externals: {
jquery: 'jQuery'
}
};