Skip to content

Commit

Permalink
perf: add dynamically loaded cache-dependencies module
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aminya committed Sep 8, 2023
1 parent 65d7f2d commit a783db6
Show file tree
Hide file tree
Showing 5 changed files with 86,317 additions and 90,415 deletions.
Loading

0 comments on commit a783db6

Please sign in to comment.