CDN Resources for grunt-webpack

Quick access to CDN links for the grunt-webpack package

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

Package Installation

npm
npm install grunt-webpack
yarn
yarn add grunt-webpack
pnpm
pnpm add grunt-webpack

CDN 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>