such as configuration items like webpack
alias: {
"@": resolve("src")
}
can gulp automatically change the"@ "symbol into a relative path to reference?
such as import a from"@ / utils/index"
automatically becomes import a from".. / utils/index"?