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