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