Skip to content

Instantly share code, notes, and snippets.

@gomorizsolt
Created March 19, 2019 14:07
Show Gist options
  • Save gomorizsolt/df14f18f020fbbe649a3b1c0f853d66f to your computer and use it in GitHub Desktop.
Save gomorizsolt/df14f18f020fbbe649a3b1c0f853d66f to your computer and use it in GitHub Desktop.
Webpack - eliminate long imports
module.exports = {
// ...
resolve: {
alias: {
"~": path.resolve(__dirname, "src/"),
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment