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