You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- data
- web
- web
- data (symlink to data/web)
- other things
- tsconfig.json
and with tsconfig setting the right path for web/*: ["./web/*"], I am getting Module not found: Error: Can't resolve 'web/data infor usage likeimport {} from "web/data/xxx". But switch to use alias` does work just fine, so it seems that the plugin does not work great with symlinks
The text was updated successfully, but these errors were encountered:
my folder structure looks like following:
and with tsconfig setting the right path for
web/*: ["./web/*"]
, I am gettingModule not found: Error: Can't resolve 'web/data
infor usage like
import {} from "web/data/xxx". But switch to use
alias` does work just fine, so it seems that the plugin does not work great with symlinksThe text was updated successfully, but these errors were encountered: