CDN Resources for workbox-webpack-plugin

Quick access to CDN links for the workbox-webpack-plugin package

CDN Resources for workbox-webpack-plugin
Various ways to access workbox-webpack-plugin via Content Delivery Networks

Package Installation

npm
npm install workbox-webpack-plugin
yarn
yarn add workbox-webpack-plugin
pnpm
pnpm add workbox-webpack-plugin

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/workbox-webpack-plugin"></script>
Unpkg
<script src="https://unpkg.com/workbox-webpack-plugin"></script>
jsDelivr ESM
<script type="module">
  import workboxwebpackplugin from 'https://cdn.jsdelivr.net/npm/workbox-webpack-plugin/+esm';
</script>
Skypack
<script type="module">
  import workboxwebpackplugin from 'https://cdn.skypack.dev/workbox-webpack-plugin';
</script>