docs: filesizes

This commit is contained in:
arthurfiorette 2023-06-09 14:03:09 -03:00
parent 8fa904c63a
commit ee10f76785
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -17,14 +17,14 @@ npm install axios@^1 axios-cache-interceptor@^1
``` ```
```html [Browser] ```html [Browser]
<!-- Development UMD build for ES2017+ (~13.3 KiB) --> <!-- Development UMD build for ES2017+ (~14.6 KiB) -->
<script <script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1.2.0/dev/index.bundle.js" src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1.2.0/dev/index.bundle.js"
integrity="sha256-NdXx0Etotu1oQmet3yjRcfG77l8ka2EGr46sdUcgIcQ=" integrity="sha256-NdXx0Etotu1oQmet3yjRcfG77l8ka2EGr46sdUcgIcQ="
crossorigin="anonymous" crossorigin="anonymous"
></script> ></script>
<!-- Production UMD build for ES5+ (~14.6 KiB) --> <!-- Production UMD build for ES5+ (~16 KiB) -->
<script <script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1.2.0/dist/index.bundle.js" src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1.2.0/dist/index.bundle.js"
integrity="sha256-mJ0VeAeWEARil2GvKXBVCD5bgcUhD2IUoD3sAl/gtOQ=" integrity="sha256-mJ0VeAeWEARil2GvKXBVCD5bgcUhD2IUoD3sAl/gtOQ="