Created
January 14, 2020 17:19
-
-
Save tiptopcoder/526036a177c6d241f29073fad4622e19 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import moduleAlias from "module-alias"; | |
import path from "path"; | |
const rootPath = path.resolve(__dirname, "..", "dist"); | |
moduleAlias.addAliases({ | |
"~": rootPath | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment