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