This repository has been archived by the owner on Apr 2, 2022. It is now read-only.
Get list of touched (by @extends
) files
#5
Labels
@extends
) files
#5
I've created webpack loader based on your tool: https://github.com/kopach/json_merger-loader
And now I would like to update it to have an ability to auto recompile files if something got changes. To do so I would need to get somehow all touched files. For example, if
fileA.json
uses./path/fileB.json
which uses./fileC.json
and so on, I would like to have the list of next files with related to the main filefileA.json
paths. In this case it would be like so:Is there any chance to update
json_merger
to have such functionality? The interface I can imagine may look like this:The text was updated successfully, but these errors were encountered: