Quick access to CDN links for the webpack-bundle-analyzer package
npm install webpack-bundle-analyzeryarn add webpack-bundle-analyzerpnpm add webpack-bundle-analyzer<script src="https://fastly.jsdelivr.net/npm/webpack-bundle-analyzer"></script><script src="https://unpkg.com/webpack-bundle-analyzer"></script><script type="module">
import webpackbundleanalyzer from 'https://cdn.jsdelivr.net/npm/webpack-bundle-analyzer/+esm';
</script><script type="module">
import webpackbundleanalyzer from 'https://cdn.skypack.dev/webpack-bundle-analyzer';
</script>