support to alias path when import
dengyakui opened this issue · 2 comments
dengyakui commented
I have a config in webpack to resole @ => ${workspace}/src .
and I want to use syntax like below
impot {} from '@/components'
how should i config?
my editor is vscode
antonbrams commented
yeah, me2 me2!
vincerubinetti commented
I find that this works sometimes and not other times, at random. Maybe there is some build-in auto-import in vscode now that is conflicting?