Open dengyakui opened 6 years ago
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
yeah, me2 me2!
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?
I have a config in webpack to resole @ => ${workspace}/src .
and I want to use syntax like below
how should i config? my editor is vscode