martinascharrer / vuensight

Visualize Vue.js component relationships and communication channels, i.e. props, events and slots. This developer tool operates on the command line and aims to give in-depth insight into a Vue.js project to support refactoring.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser dosen't resolve aliases

martinascharrer opened this issue · comments

Currently an error is thrown in the console if path aliases (e.g. @/folder) are used.
The vue-docgen-api needs a correct webpack/ts config to resolve aliases correctly.