Quick access to CDN links for the clean-webpack-plugin package
npm install clean-webpack-pluginyarn add clean-webpack-pluginpnpm add clean-webpack-plugin<script src="https://fastly.jsdelivr.net/npm/clean-webpack-plugin"></script><script src="https://unpkg.com/clean-webpack-plugin"></script><script type="module">
import cleanwebpackplugin from 'https://cdn.jsdelivr.net/npm/clean-webpack-plugin/+esm';
</script><script type="module">
import cleanwebpackplugin from 'https://cdn.skypack.dev/clean-webpack-plugin';
</script>