Webpack use resolve.alias
in config.
VsCode do code navigation by using tsconfig.json
or jsconfig.json
.
In Node env, I have to use module-alias
and declare _moduleAliases
in package.json
.
gulp, scrollup, and so on.
I wonder is there any tool to normalize path alias for most front-end tools?