3
0
Fork 0
mirror of https://gitea.com/actions/setup-python.git synced 2024-11-25 11:39:34 +01:00
setup-python/dist
Amin Yahyaabadi 5958a00ce6 perf: add dynamically loaded cache-dependencies module
This reduces the main bundle size by ⚠️  1.1 MB minified! This bundle is loaded only when caching is enabled.

The reason for this huge reduction is that caching dependencies uses the `@actions/cache` package, which is an extremely large package with big dependencies.

`setup-python` is used in `setup-cpp` as a library. This optimization reduces the bundle size for that package as well.
2023-09-11 01:28:08 -07:00
..
cache-save Change http-client dependency to one matching previous version 2023-05-22 11:53:31 +02:00
setup perf: add dynamically loaded cache-dependencies module 2023-09-11 01:28:08 -07:00