Skip to content

Instantly share code, notes, and snippets.

@tiptopcoder
Created January 14, 2020 17:19
Show Gist options
  • Save tiptopcoder/526036a177c6d241f29073fad4622e19 to your computer and use it in GitHub Desktop.
Save tiptopcoder/526036a177c6d241f29073fad4622e19 to your computer and use it in GitHub Desktop.
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