Skip to content

Commit

Permalink
fixup! Disable babel-loader cache compression
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Sep 30, 2024
1 parent 19dc461 commit 9ae6518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/cuddly-cooks-grin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

Disable `babel-loader` cache compression

`sku` applications tend to transpile many modules and upload the all cache files as a single compressed file. This makes compressing each individual cache file superfluous, so this feature has been disabled.
`sku` applications tend to transpile many modules and upload all cache files as a single compressed file. This makes compressing each individual cache file superfluous, so this feature has been disabled.

0 comments on commit 9ae6518

Please sign in to comment.