Is there a way to view a file that React code in Chrome Devtools's Sources imports?

Viewed 15

import SOMETHING from "./some_file.json"

There is an import line like the one above in Chrome Devtools' Source tab. The JSON file, however, is not in the same folder.

Is there a way to find this file or can it be somehow hidden in such a way that Devtools can't show it?

0 Answers
Related