CDN Resources for webpack-chain

Quick access to CDN links for the webpack-chain package

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

Package Installation

npm
npm install webpack-chain
yarn
yarn add webpack-chain
pnpm
pnpm add webpack-chain

CDN Links

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