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