Skip to content

Instantly share code, notes, and snippets.

@enzzoperez
Last active April 6, 2022 19:19
Show Gist options
  • Save enzzoperez/1abf726321baa19fdf782560bc2de621 to your computer and use it in GitHub Desktop.
Save enzzoperez/1abf726321baa19fdf782560bc2de621 to your computer and use it in GitHub Desktop.
plugins: [
[
'module-resolver',
{
root: ['./src'],
extensions: ['.ios.js', '.android.js', '.js', '.ts', '.tsx', '.json'],
alias: {
'@components': './src/components',
'@hooks': './src/hooks/',
},
},
]
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment