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