babel/babel-loader

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

Open

#558 aberto em 30 de dez. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (482 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (4.777 stars)
Métricas de merge de PR
 (Mesclagem média 23h 26m) (2 fundiu PRs em 30d)

Description

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.

Guia do colaborador