CDN Resources for grunt-replace

Quick access to CDN links for the grunt-replace package

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

Package Installation

npm
npm install grunt-replace
yarn
yarn add grunt-replace
pnpm
pnpm add grunt-replace

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/grunt-replace"></script>
Unpkg
<script src="https://unpkg.com/grunt-replace"></script>
jsDelivr ESM
<script type="module">
  import gruntreplace from 'https://cdn.jsdelivr.net/npm/grunt-replace/+esm';
</script>
Skypack
<script type="module">
  import gruntreplace from 'https://cdn.skypack.dev/grunt-replace';
</script>