Skip to content

Instantly share code, notes, and snippets.

@heyman333
Created November 13, 2019 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heyman333/083effa1de2259235ebdda06f65f840a to your computer and use it in GitHub Desktop.
Save heyman333/083effa1de2259235ebdda06f65f840a to your computer and use it in GitHub Desktop.
plugin
{
"plugins": [
[
"module-resolver",
{
"root": ["./src"],
"alias": {
"underscore": "lodash",
"icons": "./assets/icons",
"imgs": "./assets/imgs",
"lotties": "./assets/lotties"
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment