npm install cache-loaderyarn add cache-loaderpnpm add cache-loader<script src="https://fastly.jsdelivr.net/npm/cache-loader"></script><script src="https://unpkg.com/cache-loader"></script><script type="module">
import cacheloader from 'https://cdn.jsdelivr.net/npm/cache-loader/+esm';
</script><script type="module">
import cacheloader from 'https://cdn.skypack.dev/cache-loader';
</script>