npm install html-webpack-pluginyarn add html-webpack-pluginpnpm add html-webpack-plugin<script src="https://fastly.jsdelivr.net/npm/html-webpack-plugin"></script><script src="https://unpkg.com/html-webpack-plugin"></script><script type="module">
import htmlwebpackplugin from 'https://cdn.jsdelivr.net/npm/html-webpack-plugin/+esm';
</script><script type="module">
import htmlwebpackplugin from 'https://cdn.skypack.dev/html-webpack-plugin';
</script>