CDN Resources for copy-webpack-plugin
Various ways to access copy-webpack-plugin via Content Delivery Networks
Package Installation
npm
npm install copy-webpack-pluginyarn
yarn add copy-webpack-pluginpnpm
pnpm add copy-webpack-pluginCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/copy-webpack-plugin"></script>Unpkg
<script src="https://unpkg.com/copy-webpack-plugin"></script>jsDelivr ESM
<script type="module">
import copywebpackplugin from 'https://cdn.jsdelivr.net/npm/copy-webpack-plugin/+esm';
</script>Skypack
<script type="module">
import copywebpackplugin from 'https://cdn.skypack.dev/copy-webpack-plugin';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages