Closed louislva closed 4 years ago
With this change, if you add "" as a file extension, it will scan the directory for other files/directories and structure them like this:
{ folderA: { fileA: 'something', fileB: 'something else', }, fileA: 'root level file with something in it', }
@vihanb mind taking a look at this? Thanks :)
With this change, if you add "" as a file extension, it will scan the directory for other files/directories and structure them like this: