CDN Resources for webpack-stream

Quick access to CDN links for the webpack-stream package

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

Package Installation

npm
npm install webpack-stream
yarn
yarn add webpack-stream
pnpm
pnpm add webpack-stream

CDN Links

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