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