CDN Resources for resolve-url-loader

Quick access to CDN links for the resolve-url-loader package

CDN Resources for resolve-url-loader
Various ways to access resolve-url-loader via Content Delivery Networks

Package Installation

npm
npm install resolve-url-loader
yarn
yarn add resolve-url-loader
pnpm
pnpm add resolve-url-loader

CDN Links

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