babel/babel-loader

[feature request] Split cache files into subfolders to reduce number of files in a single folder

开放

#558 创建于 2017年12月30日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (482 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (4,777 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I'm submitting a feature request

Current behavior:

Currently all outputs are stored into a single cache directory. On large projects and certain hardware this might have a negative impact on performances.

Expected/desired behavior:

Something that might remedy the situation is to write into subfolders that contain the first two characters of the key used for storing and use these for reading the cached output.

贡献者指南