babel/babel-loader

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

Open

#558 geöffnet am 30. Dez. 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (4.777 Stars) (482 Forks)batch import
enhancementhelp wanted

Beschreibung

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.

Contributor Guide