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